Skip to main content
All docs
V23.2

HeatmapHitInfo.InHeatmap Property

Indicates whether the test point is in within a heatmap.

Namespace: DevExpress.XtraCharts.Heatmap

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool InHeatmap { get; }

Property Value

Type Description
Boolean

true if the test point is within a heatmap; otherwise, false.

See Also