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