HeatmapHitInfo.Legend Property
Returns the legend that is positioned in the test point.
Namespace: DevExpress.XtraCharts.Heatmap
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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