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