ChartDataSourceAdapter.SummaryFunction Property
Specifies the summary function to aggregate data when generating chart items.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Property Value
Type | Default | Description |
---|---|---|
SummaryFunction | Sum | A SummaryFunction enumeration value. |
Available values:
Name | Description |
---|---|
Average | The average value is calculated. |
Count | The total count value is calculated. |
Max | The maximum value is calculated. |
Min | The minimum value is calculated. |
Sum | The total summary value is calculated. |
See Also