ASPxClientWebChartControlCustomDrawCrosshairEventArgs Class
Provides data for a chart control’s ASPxClientWebChartControl.CustomDrawCrosshair event.
Declaration
declare class ASPxClientWebChartControlCustomDrawCrosshairEventArgs extends ASPxClientProcessingModeEventArgs
Remarks
The ASPxClientWebChartControlCustomDrawCrosshairEventArgs class represents an argument for the ASPxClientWebChartControl.CustomDrawCrosshair event of a chart control.
An instance of the ASPxClientWebChartControlCustomDrawCrosshairEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.
Inheritance
ASPxClientEventArgs
ASPxClientProcessingModeEventArgs
ASPxClientWebChartControlCustomDrawCrosshairEventArgs
See Also