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

Construct plot from integer array of y-values and double array of x-values.

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

See also ...

SharpPlot Members | DrawLineGraph Method