Construct box-whisker plot from data array and one integer category.
public void DrawBoxPlot( double[] data, int[] cat1 );
SharpPlot Members | DrawBoxPlot Method