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