Skip to main content
A newer version of this page is available. .

AxisValue.QualitativeValue Property

Gets the axis value, if the axis scale type is qualitative.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v21.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public string QualitativeValue { get; }

Property Value

Type Description
String

A String value, specifying the axis value.

Remarks

The axis scale type is returned by the AxisValue.ScaleType property.

See Also