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