| Contents > SharpPlot > Methods | Index |
SharpPlot.DrawBoxPlot Method (Double[],Boolean[],Boolean[])
Construct box-whisker plot from data array and two boolean categories.
public void DrawBoxPlot(
double[] data,
bool[] cat1,
bool[] cat2
);
