AxisBaseModel.TimeSpanScaleOptions Property
Gets or sets the AxisBase.TimeSpanScaleOptions property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[LocalizableCategory(DesignerCategories.Behavior)]
public TimeSpanScaleOptionsModel TimeSpanScaleOptions { get; }
Property Value
Type | Description |
---|---|
TimeSpanScaleOptionsModel | The model of options for an axis with a time-span scale. |
See Also