RadarAxisX.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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public QualitativeScaleOptions QualitativeScaleOptions { get; }
Property Value
Type | Description |
---|---|
QualitativeScaleOptions | The container of settings of an axis scale when its data type is qualitative. |
See Also