ASPxClientWebChartControlCustomDrawCrosshairEventArgs.cursorCrosshairLineElement Property
In This Article
Gets crosshair line element settings that are used to custom draw a crosshair cursor.
#Declaration
TypeScript
cursorCrosshairLineElement: ASPxClientCrosshairLineElement
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
#Remarks
Use the cursorCrosshairLineElement property to provide access to crosshair line element settings at runtime in the ASPxClientWebChartControl.CustomDrawCrosshair event handler.
See Also