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