SharpPlot.DrawLineGraph Method (Double[][],Double[])

Construct plot from array of arrays of y values and x-values.

public void DrawLineGraph(
    double[][] data,
    double[] xValues
);

See also ...

SharpPlot Members | DrawLineGraph Method