Class AggregateFunctions
Represents the aggregation functionsChartAxis.
Inheritance
System.Object
AggregateFunctions
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public sealed class AggregateFunctions : Enum
Fields
Average
Average of the aggregate values.
Declaration
public const AggregateFunctions Average
Field Value
| Type |
|---|
| AggregateFunctions |
Count
Number of elements in the aggregate values.
Declaration
public const AggregateFunctions Count
Field Value
| Type |
|---|
| AggregateFunctions |
Max
Maximum value of the aggregate values.
Declaration
public const AggregateFunctions Max
Field Value
| Type |
|---|
| AggregateFunctions |
Min
Minimum value of the aggregate values.
Declaration
public const AggregateFunctions Min
Field Value
| Type |
|---|
| AggregateFunctions |
None
Disables aggression.
Declaration
public const AggregateFunctions None
Field Value
| Type |
|---|
| AggregateFunctions |
Sum
Sum of the aggregate values.
Declaration
public const AggregateFunctions Sum
Field Value
| Type |
|---|
| AggregateFunctions |