SharpPlot.DrawBoxPlot Method (Double[],Boolean[])

Construct box-whisker plot from data array and one boolean category.

public void DrawBoxPlot(
    double[] data,
    bool[] cat1
);

See also ...

SharpPlot Members | DrawBoxPlot Method