ASPxClientWebChartControlCustomDrawCrosshairEventArgs.crosshairElements Property
Obsolete. Returns crosshair elements settings to custom draw a crosshair cursor.
Declaration
crosshairElements: ASPxClientCrosshairElement[]
Property Value
Type | Description |
---|---|
ASPxClientCrosshairElement[] | An array of ASPxClientCrosshairElement objects. |
Remarks
Use the crosshairElements property to access to crosshair elements settings at runtime in the ASPxClientWebChartControl.CustomDrawCrosshair event handler.
Refer to the Tooltip and Crosshair Cursor help document to learn more about crosshair cursors.
See Also