ASPxClientAxisLabelItem.axisValueInternal Property
In This Article
Gets the internal representation of the axis value to which an axis label item corresponds.
#Declaration
TypeScript
axisValueInternal: number
#Property Value
Type | Description |
---|---|
number | A value which specifies the internal representation of the axis value. |
#Remarks
To obtain the axis value in measure units appropriate for the axis scale type, use the ASPxClientAxisLabelItem.axisValue property.
See Also