Skip to main content

AxisXBaseModel.QualitativeScaleOptions Property

Returns the model of QualitativeScaleOptions within the model of AxisXBase.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public QualitativeScaleOptionsModel QualitativeScaleOptions { get; }

Property Value

Type Description
QualitativeScaleOptionsModel

The model of QualitativeScaleOptions.

See Also