Specifies the treemap legend.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual Treemap..::.Legend TreemapLegend { get; } |
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property TreemapLegend As Treemap..::.Legend |
Visual C++ |
---|
public: virtual property Treemap..::.Legend^ TreemapLegend { Treemap..::.Legend^ get (); } |
Field Value
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;