Skip to main content
All docs
V23.2

HeatmapHitInfo.HitObject Property

Returns the topmost heatmap element in the test point.

Namespace: DevExpress.XtraCharts.Heatmap

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public override object HitObject { get; }

Property Value

Type Description
Object

An object that is the topmost element under the test point.

Remarks

You can also use the HitObjects property to obtain all elements in the test point.

See Also