ManualNumericScaleOptions.AggregateFunction Property
In This Article
Gets or sets the function that is used to aggregate numeric axis data when one of the AxisX2D.NumericScaleOptions, or CircularAxisX2D.NumericScaleOptions properties is set to ManualNumericScaleOptions.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Aggregate |
An Aggregate |
#Remarks
The image below shows numeric data aggregation in the Manual scale mode using the default Average function.
NOTE
The Aggregate
To disable numeric data aggregation, set the AggregateFunction property to AggregateFunction.None.
See Also