| Contents > SharpPlot > Methods | Index |
SharpPlot.DrawBoxPlot Method (Double[],Int32[],Int32[])
Construct compound box-whisker plot from a data array and two integer category arrays.
public void DrawBoxPlot(
double[] data,
int[] cat1,
int[] cat2
);
