Skip to main content
A newer version of this page is available. .
All docs
V21.2

HeatmapHitInfo.HitObject Property

Returns the topmost heatmap element in the test point.

Namespace: DevExpress.XtraCharts.Heatmap

Assembly: DevExpress.XtraCharts.v21.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