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