Skip to main content
A newer version of this page is available. .

HotTrackEventArgs Class

Provides data for a chart control’s ChartControl.ObjectHotTracked and ChartControl.ObjectSelected events.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.1.dll

Declaration

public class HotTrackEventArgs :
    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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the HotTrackEventArgs class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
EventArgs
HotTrackEventArgs
See Also