Back to Devexpress

AggregationType Enum

maui-devexpress-dot-maui-dot-charts-8b13a98f.md

latest1.4 KB
Original Source

AggregationType Enum

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

Declaration

csharp
public enum AggregationType

Members

NameDescription
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:

Extension Methods

Yield<AggregationType>()

YieldIfNotNull<AggregationType>()

See Also

DevExpress.Maui.Charts Namespace