ASPxClientWebChartControlCustomDrawCrosshairEventArgs Properties
Provides data for a chart control’s ASPxClientWebChartControl.CustomDrawCrosshair event.Name | Description |
---|---|
crosshairElementGroups | Provides access to the settings of crosshair elements and crosshair group header elements to customize their appearance. |
crosshairElements | Obsolete. Returns crosshair elements settings to custom draw a crosshair cursor. |
crosshairGroupHeaderElements | Obsolete. Returns the crosshair group header elements to customize their appearance. |
crosshairIndicatorLegendElements | Returns the array of indicator elements that the Crosshair Cursor displays in a legend. |
crosshairLegendElements | Returns the crosshair legend elements to custom draw the Crosshair. |
cursorCrosshairAxisLabelElements | Returns the crosshair axis label elements to customize their appearance. |
cursorCrosshairLineElement | Gets crosshair line element settings that are used to custom draw a crosshair cursor. |
processOnServer | Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs. |
See Also