IMSL C# Numerical Library

Heatmap.HeatmapLegend Property

Specifies the heatmap legend.

public virtual Heatmap.Legend HeatmapLegend {get;}

Property 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;

See Also

Heatmap Class | Imsl.Chart2D Namespace