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