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

ASPxClientAxisLabelItem.axisValueInternal Property

Gets the internal representation of the axis value to which an axis label item corresponds.

Declaration

axisValueInternal: number

Property Value

Type Description
number

A Double 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