Skip to main content

AxisBaseModel.NumericScaleOptions Property

Gets or sets the model of numeric 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 NumericScaleOptionsModel NumericScaleOptions { get; }

Property Value

Type Description
NumericScaleOptionsModel

The model of numeric scale options.

See Also