ASPxClientAxisValue.qualitativeValue Property
Gets the axis value, if the axis scale type is qualitative.
Declaration
qualitativeValue: string
Property Value
Type | Description |
---|---|
string | A String value, specifying the axis value. |
Remarks
The axis scale type is returned by the ASPxClientAxisValue.scaleType property.
See Also