Skip to main content

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.2.dll

NuGet Package: DevExpress.Charts

#Declaration

public ChartHitInfo HitInfo { get; }

#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