Back to Devexpress

HeatmapHitInfo.HitObjects Property

corelibraries-devexpress-dot-xtracharts-dot-heatmap-dot-heatmaphitinfo-9be6a140.md

latest1.6 KB
Original Source

HeatmapHitInfo.HitObjects Property

Returns a collection of elements that are in the test point.

Namespace : DevExpress.XtraCharts.Heatmap

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public override object[] HitObjects { get; }
vb
Public Overrides ReadOnly Property HitObjects As Object()

Property Value

TypeDescription
Object[]

A collection of heatmap elements under the test point.

|

Remarks

Use the HitObjects property to access all the heatmap elements located under the test point. Note that the elements in the collection are in reversed order of how they are drawn on the heatmap surface. The topmost element has the index 0 in the collection, and the bottommost element has the last index in the collection.

You can also use HitObject to obtain the topmost element only.

See Also

HeatmapHitInfo Class

HeatmapHitInfo Members

DevExpress.XtraCharts.Heatmap Namespace