Enum AggregateFunctions
Represents the aggregation functionsChartAxis.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public enum AggregateFunctions
Fields
| Name | Description |
|---|---|
| Average | Average of the aggregate values. |
| Count | Number of elements in the aggregate values. |
| Max | Maximum value of the aggregate values. |
| Min | Minimum value of the aggregate values. |
| None | Disables aggression. |
| Sum | Sum of the aggregate values. |