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