ASPxClientCrosshairLegendElementBase.AxisLabelElement Property
Provides access to the crosshair axis label element to custom draw the crosshair.
Declaration
AxisLabelElement: ASPxClientCrosshairAxisLabelElement
Property Value
Type | Description |
---|---|
ASPxClientCrosshairAxisLabelElement | An ASPxClientCrosshairAxisLabelElement object that represents the crosshair axis label element. |
Remarks
Use the AxisLabelElement property to get access to the axis label parameters when custom drawing a crosshair cursor using the client-side ASPxClientWebChartControl.CustomDrawCrosshair event.
See Also