Back to Devexpress

HeatmapHitInfo.HitObject Property

corelibraries-devexpress-dot-xtracharts-dot-heatmap-dot-heatmaphitinfo-bea4cd9a.md

latest1.3 KB
Original Source

HeatmapHitInfo.HitObject Property

Returns the topmost heatmap element in the test point.

Namespace : DevExpress.XtraCharts.Heatmap

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public override object HitObject { get; }
vb
Public Overrides ReadOnly Property HitObject As Object

Property Value

TypeDescription
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

HeatmapHitInfo Class

HeatmapHitInfo Members

DevExpress.XtraCharts.Heatmap Namespace