Specifies the heatmap legend.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual Heatmap..::.Legend HeatmapLegend { get; } |
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property HeatmapLegend As Heatmap..::.Legend |
Visual C++ |
---|
public: virtual property Heatmap..::.Legend^ HeatmapLegend { Heatmap..::.Legend^ get (); } |
Field Value
A Legend object associated with the Heatmap.
Remarks
By default, the legend is not drawn because the IsVisible property is set to false. To show the legend set heatmap.HeatmapLegend.IsVisisble = true;