SharpPlot Reference > SharpPlot Methods > GroupBy Method > (Int32[],Int32[],GroupByFunction) SharpPlot.GroupBy Method (Int32[],Int32[],GroupByFunction)
Group integer data into preset categories, specifying the grouping function to use (such as Count or Average).
public void GroupBy(
int[] values,
int[] categories,
GroupByFunction groupingFunction
);
See also ...SharpPlot Members | SharpPlot.GroupBy Method
Send comments on this topic © Dyalog Ltd 2021
|