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

    Returns the legend that is positioned in the test point.

    Namespace: DevExpress.XtraCharts.Heatmap

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public HeatmapLegend Legend { get; }

    Property Value

    Type Description
    HeatmapLegend

    Contains heatmap legend options.

    Remarks

    Use the Legend property to access the legend located under the test point if the ChartHitInfoBase.InLegend property returns true. Note that if the InLegend is false, then the Legend property returns null (Nothing in Visual Basic).

    See Also