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