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

AxisBaseModel.DateTimeScaleOptions Property

Gets or sets the model of date-time scale options of the modeled axis.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public DateTimeScaleOptionsModel DateTimeScaleOptions { get; }

Property Value

Type Description
DateTimeScaleOptionsModel

The model of date-time scale options.

See Also