Reference > Methods > GroupBy Method > (String[],GroupByFunction)

SharpPlot.GroupBy Method (String[],GroupByFunction)

Group data into default categories, specifying the grouping function to use (such as Count or Average).

public void GroupBy(
    string[] values,
    GroupByFunction groupingFunction
);

The ‘bins’ will simply be the distinct values in the data, taken in order of first appearance.

See also ...

SharpPlot Members | GroupBy Method


Send comments on this topic
© Dyalog Ltd 2013