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