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

ASPxClientWebChartControlCustomDrawCrosshairEventArgs.crosshairElementGroups Property

Provides access to the settings of crosshair elements and crosshair group header elements to customize their appearance.

Declaration

crosshairElementGroups: ASPxClientCrosshairElementGroup[]

Property Value

Type Description
ASPxClientCrosshairElementGroup[]

An array of ASPxClientCrosshairElementGroup objects.

Remarks

Use the crosshairElementGroups property to access to the crosshair element groups settings when handling the ASPxClientWebChartControl.CustomDrawCrosshair event.

See Also