Skip to main content
A newer version of this page is available. .

ASPxClientWebChartControlCustomDrawCrosshairEventArgs.cursorCrosshairLineElement Property

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

Declaration

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