Skip to main content
A newer version of this page is available. .

AxisBaseModel.TimeSpanScaleOptions Property

Gets or sets the AxisBase.TimeSpanScaleOptions property value within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.2.Wizard.dll

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