HotTrackEventArgs.HitInfo Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public ChartHitInfo HitInfo { get; }
#Property Value
Type | Description |
---|---|
Chart |
A Chart |
See Also