AggregationType Enum
Lists values that specify aggregate functions available for an axis of arguments.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public enum AggregationType
Members
Name | Description |
---|---|
Average
|
Calculates the average value for a date-time interval to aggregate data. |
Count
|
Calculates the number of non-null values within a date-time interval to aggregate data. |
Max
|
Calculates the maximum value for a date-time interval to aggregate data. |
Min
|
Calculates the minimum value for a date-time interval to aggregate data. |
Sum
|
Calculates the summary for a date-time interval to aggregate data. |
Related API Members
The following properties accept/return AggregationType values:
See Also