ASPxClientWebChartControlCustomDrawCrosshairEventArgs Class
In This Article
Provides data for a chart control’s ASPxClientWebChartControl.CustomDrawCrosshair event.
#Declaration
TypeScript
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