Skip to main content
All docs
V25.1
  • HeatmapHitInfo.InHeatmap Property

    Indicates whether the test point is in within a heatmap.

    Namespace: DevExpress.XtraCharts.Heatmap

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