SharpPlot Reference > SharpPlot Enumerations > GroupByFunction Enumeration

GroupByFunction Enumeration

Alternative strategies for aggregating data (simple summation is the default).

public enum GroupByFunction

Members

AverageTakes the arithmetic mean of the items in each category
CountCounts the occurences of items in each category
MaximumFinds the largest value in each category
MinimumFinds the smallest value in each category
SumTotals the values in each category (default)

Requirements

Namespace: Causeway

Assembly: SharpPlot (in sharpplot.dll)

See also ...

SharpPlot Members | SharpPlot.GroupBy Method


Send comments on this topic
© Dyalog Ltd 2021