Back to Devexpress

AxisXBase.QualitativeScaleOptions Property

corelibraries-devexpress-dot-xtracharts-dot-axisxbase-2496a9c9.md

latest1.4 KB
Original Source

AxisXBase.QualitativeScaleOptions Property

Provides access to the options that define the behavior of a scale when its type is qualitative.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public QualitativeScaleOptions QualitativeScaleOptions { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property QualitativeScaleOptions As QualitativeScaleOptions

Property Value

TypeDescription
QualitativeScaleOptions

The container of settings of an axis scale when its data type is qualitative.

|

See Also

AxisXBase Class

AxisXBase Members

DevExpress.XtraCharts Namespace