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

HeatmapHitInfo.Legend Property

Returns the legend that is positioned in the test point.

Namespace: DevExpress.XtraCharts.Heatmap

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