| 
 SharpPlot Reference > SharpPlot Enumerations > GroupByFunction Enumeration GroupByFunction Enumeration
Alternative strategies for aggregating data (simple summation is the default). 
public enum GroupByFunction 
Members
| Average | Takes the arithmetic mean of the items in each category |  | Count | Counts the occurences of items in each category |  | Maximum | Finds the largest value in each category |  | Minimum | Finds the smallest value in each category |  | Sum | Totals the values in each category (default) |   
RequirementsNamespace: Causeway Assembly: SharpPlot (in sharpplot.dll) 
See also ...SharpPlot Members | SharpPlot.GroupBy Method 
 Send comments on this topic © Dyalog Ltd 2021 
 |