Back to Devexpress

HeatmapHitInfo.Legend Property

wpf-devexpress-dot-xpf-dot-charts-dot-heatmap-dot-heatmaphitinfo-1e68fb26.md

latest1.3 KB
Original Source

HeatmapHitInfo.Legend Property

Returns the legend that is positioned in the test point.

Namespace : DevExpress.Xpf.Charts.Heatmap

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public HeatmapLegend Legend { get; }
vb
Public ReadOnly Property Legend As HeatmapLegend

Property Value

TypeDescription
HeatmapLegend

Contains heatmap legend options.

|

Remarks

If the InLegend property returns true, then the Legend property returns the instance under the test point, otherwise the Legend returns null ( Nothing in Visual Basic).

See Also

HeatmapHitInfo Class

HeatmapHitInfo Members

DevExpress.Xpf.Charts.Heatmap Namespace