HeatmapLegendItem.Legend Property
In This Article
Returns the legend to which the item belongs.
Namespace: DevExpress.Xpf.Charts.Heatmap
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public HeatmapLegend Legend { get; }
#Property Value
Type | Description |
---|---|
Heatmap |
A heatmap legend. |
See Also