| Contents > Enumerations | Index |
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) |
Requirements
Namespace: Causeway
Assembly: SharpPlot (in sharpplot.dll)
