Back to Devexpress

AggregationType Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-charts-e237aff1.md

latest1.2 KB
Original Source

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

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:

See Also

DevExpress.XamarinForms.Charts Namespace