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