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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
Type | Description |
---|---|
ChartHitInfo | A ChartHitInfo object which contains information about the chart elements located at the point where an end-user has clicked. |
See Also