Construct plot from integer array of arrays of y-values and x-values.
public void DrawLineGraph( int[][] data, int[] xValues );
SharpPlot Members | DrawLineGraph Method