RadarAxisX2D.TimeSpanScaleOptions Property
In This Article
Gets or sets options of the time-span scale used by the argument axis.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public TimeSpanScaleOptionsBase TimeSpanScaleOptions { get; set; }
#Property Value
Type | Description |
---|---|
Time |
The time-span scale options of the argument axis. |
#Remarks
You can use the following time-span options to specify the TimeSpanScaleOptions property:
- AutomaticTimeSpanScaleOptions - the scale measurement unit is automatically calculated. The automatic aggregation is enabled. You can change an AutomaticTimeSpanScaleOptions.AggregateFunction.
- ContinuousTimeSpanScaleOptions - the axis scale is not divided into intervals. For this reason, aggregation cannot be applied.
- ManualTimeSpanScaleOptions - the axis scale is divided into intervals specified by the ManualTimeSpanScaleOptions.MeasureUnit. You can aggregate data.
See Also