Back to Devexpress

HotTrackEventArgs.HitInfo Property

corelibraries-devexpress-dot-xtracharts-dot-hottrackeventargs.md

latest1.3 KB
Original Source

HotTrackEventArgs.HitInfo Property

Gets details on the chart elements located at the point where an end-user has clicked when hot-tracking or selecting a chart element at runtime.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public ChartHitInfo HitInfo { get; }
vb
Public ReadOnly Property HitInfo As ChartHitInfo

Property Value

TypeDescription
ChartHitInfo

A ChartHitInfo object which contains information about the chart elements located at the point where an end-user has clicked.

|

See Also

HotTrackEventArgs Class

HotTrackEventArgs Members

DevExpress.XtraCharts Namespace