Click or drag to resize
TreemapTreemapLegend Property
Specifies the treemap legend.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual TreemapLegend TreemapLegend { get; }

Property Value

Type: TreemapLegend
A Legend object associated with the Treemap.
Remarks

Default: The legend is not drawn because the IsVisible property is set to false. To show the legend set treemap.TreemapLegend.IsVisisble = true;

See Also