AxisX3D.QualitativeScaleOptions Property
In This Article
Provides access to the options that define the behavior of a scale when its type is qualitative.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public QualitativeScaleOptions QualitativeScaleOptions { get; set; }
#Property Value
Type | Description |
---|---|
Qualitative |
The container of settings of an axis scale when its data type is qualitative. |
See Also