ASPxClientAxisValue.numericalValue Property
Gets the axis value, if the axis scale type is numerical.
Declaration
numericalValue: number
Property Value
Type | Description |
---|---|
number | A value that specifies the axis value. |
Remarks
The axis scale type is returned by the ASPxClientAxisValue.scaleType property.
See Also