Skip to main content

ASPxClientCrosshairLegendElementBase.LineElement Property

Returns the Crosshair Cursor’s line element to custom draw the crosshair.

Declaration

LineElement: ASPxClientCrosshairLineElement

Property Value

Type Description
ASPxClientCrosshairLineElement

An ASPxClientCrosshairLineElement object that represents the crosshair line element.

Remarks

Use the LineElement property to access the line parameters when custom drawing a crosshair cursor using the client-side ASPxClientWebChartControl.CustomDrawCrosshair event.

See Also