Skip to main content

ASPxClientWebChartControlCustomDrawCrosshairEventArgs.crosshairLegendElements Property

Returns the crosshair legend elements to custom draw the Crosshair.

Declaration

crosshairLegendElements: ASPxClientCrosshairLegendElement[]

Property Value

Type Description
ASPxClientCrosshairLegendElement[]

An array of the ASPxClientCrosshairLegendElement objects.

Remarks

Use the crosshairLegendElements property to get access to the crosshair legend elements when custom drawing a crosshair cursor using the client-side ASPxClientWebChartControl.CustomDrawCrosshair event.

See Also