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