Skip to main content

ASPxClientWebChartControlCustomDrawCrosshairEventArgs.cursorCrosshairLineElement Property

Gets crosshair line element settings that are used to custom draw a crosshair cursor.

#Declaration

TypeScript
cursorCrosshairLineElement: ASPxClientCrosshairLineElement

#Property Value

Type Description
ASPxClientCrosshairLineElement

An ASPxClientCrosshairLineElement object that contains crosshair line element settings.

#Remarks

Use the cursorCrosshairLineElement property to provide access to crosshair line element settings at runtime in the ASPxClientWebChartControl.CustomDrawCrosshair event handler.

See Also