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