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