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

    Returns the topmost heatmap element in the test point.

    Namespace: DevExpress.XtraCharts.Heatmap

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public override object HitObject { get; }

    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