| Contents > SharpPlot > Methods | Index |
SharpPlot.GroupBy Method (Int32[])
Group integer data into default categories using summation.
public void GroupBy(
int[] values
);
The bins will simply be the distinct values in the data, taken in order of first appearance.
