Skip to main content

ASPxClientWebChartControlHotTrackEventArgs Class

Provides data for a chart control’s ASPxClientWebChartControl.ObjectHotTracked and ASPxClientWebChartControl.ObjectSelected events on the client side.

#Declaration

TypeScript
declare class ASPxClientWebChartControlHotTrackEventArgs extends ASPxClientProcessingModeEventArgs

#Remarks

The ASPxClientWebChartControlHotTrackEventArgs class provides properties that identify the chart elements under the hit test point, and their settings. Instances of the ASPxClientWebChartControlHotTrackEventArgs class with appropriate settings are automatically created and passed to the corresponding event handlers.

#Inheritance

ASPxClientEventArgs
ASPxClientProcessingModeEventArgs
ASPxClientWebChartControlHotTrackEventArgs
See Also