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

HeatmapHitInfo.InHeatmap Property

Indicates whether the test point is in within a heatmap.

Namespace: DevExpress.XtraCharts.Heatmap

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