Skip to main content
A newer version of this page is available. .

ChartDataSourceAdapter.SummaryFunction Property

Specifies the summary function to aggregate data when generating chart items.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

[DefaultValue(SummaryFunction.Sum)]
public SummaryFunction SummaryFunction { get; set; }

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