Click or drag to resize
HeatmapHeatmapLegend Property
Specifies the heatmap legend.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual HeatmapLegend HeatmapLegend { 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