Skip to main content

ASPxClientAxisLabelItem Class

Represents the client-side equivalent of the AxisLabelItem class.

Declaration

declare class ASPxClientAxisLabelItem extends ASPxClientWebChartRequiredElement

Remarks

The main properties exposed by the ASPxClientAxisLabelItem class allow you to access the axis to which the label items belong (the ASPxClientAxisLabelItem.axis property), to obtain the axis value of the axis label item (the ASPxClientAxisLabelItem.axisValue property) and its floating internal representation (the ASPxClientAxisLabelItem.axisValueInternal property).

See Also