HeatmapHitInfo.HitObject Property
Returns the topmost heatmap element in the test point.
Namespace: DevExpress.XtraCharts.Heatmap
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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