Skip to main content

ASPxClientAxisLabelItem.axisValue Property

Gets the axis value to which an axis label item corresponds.

Declaration

axisValue: any

Property Value

Type Description
any

An object that specifies the axis value.

Remarks

The axis value obtained using the axisValue property is determined in measure units appropriate for the scale type of the axis. To obtain an internal floating representation of this value, use the ASPxClientAxisLabelItem.axisValueInternal property.

See Also