ArgumentAxis3D.TimeSpanScaleOptions Property
Gets or sets options of the time-span scale used by the argument axis.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
TimeSpanScaleOptionsBase | 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