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

Draw a set of traces from an integer array of arrays of Y-values and an array of X-values.

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

See also ...

SharpPlot Members | DrawTraceChart Method