maui-devexpress-dot-maui-dot-charts-8b13a98f.md
Lists values that specify aggregate functions available for an axis of arguments.
Namespace : DevExpress.Maui.Charts
Assembly : DevExpress.Maui.Charts.dll
NuGet Package : DevExpress.Maui.Charts
public enum AggregationType
| 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.
|
The following properties accept/return AggregationType values:
YieldIfNotNull<AggregationType>()
See Also