HeatmapHeatmapLegend Property |
Specifies the heatmap legend.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual HeatmapLegend HeatmapLegend { get; }
Public Overridable ReadOnly Property HeatmapLegend As HeatmapLegend
Get
public:
virtual property HeatmapLegend^ HeatmapLegend {
HeatmapLegend^ get ();
}
abstract HeatmapLegend : HeatmapLegend with get
override HeatmapLegend : HeatmapLegend with get
Property Value
Type:
HeatmapLegend
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;
See Also