A newer version of this page is available.
Switch to the current version.
HotTrackEventArgs Class
Provides data for a chart control's ChartControl.ObjectHotTracked and ChartControl.ObjectSelected events.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
public class HotTrackEventArgs :
EventArgs
Public Class HotTrackEventArgs
Inherits EventArgs
Remarks
The HotTrackEventArgs class represents an argument for the ChartControl.ObjectHotTracked and ChartControl.ObjectSelected events of a chart control.
Instances of the HotTrackEventArgs class with appropriate settings are automatically created and passed to the corresponding event handlers.
See Also
Feedback