| Contents > SharpPlot > Methods | Index |
SharpPlot.DrawTraceChart Method (Double[][],Double[])
Draw a set of parallel traces from an array of arrays of Y-values and an array of X-values.
public void DrawTraceChart(
double[][] data,
double[] xValues
);
