Back to Devexpress

HotTrackEventArgs Class

corelibraries-devexpress-dot-xtracharts-19cab1bd.md

latest2.0 KB
Original Source

HotTrackEventArgs Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class HotTrackEventArgs :
    EventArgs
vb
Public Class HotTrackEventArgs
    Inherits EventArgs

HotTrackEventArgs is the data class for the following events:

LibraryRelated API Members
WinForms ControlsChartControl.ObjectHotTracked
ChartControl.ObjectSelected
ASP.NET Web Forms ControlsWebChartControl.ObjectSelected

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.

Inheritance

Object EventArgs HotTrackEventArgs

See Also

HotTrackEventArgs Members

DevExpress.XtraCharts Namespace