ASPxClientAxisLabelItem Class
In This Article
Represents the client-side equivalent of the AxisLabelItem class.
#Declaration
TypeScript
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).
#Inheritance
ASPxClientWebChartElement
ASPxClientWebChartRequiredElement
ASPxClientAxisLabelItem
See Also