| Contents > SharpPlot > Methods | Index |
SharpPlot.DrawResponsePlot Method (Int32[][],Int32[],Int32[])
Create surface from multiple sets of integer z-values with matched x and y values.
public void DrawResponsePlot(
int[][] zValues,
int[] xValues,
int[] yValues
);
