Skip to main content

AxisBaseModel.DateTimeScaleOptions Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

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

Property Value

Type Description
DateTimeScaleOptionsModel

The model of date-time scale options.

See Also