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