| Contents > SharpPlot > Methods | Index |
SharpPlot.DrawMultiple Method (ChartType,Int32[][],Double[])
Multiple plot from integer array of arrays of y-values and double xvalues.
public void DrawMultiple(
ChartType chartType,
int[][] data,
double[] xValues
);
