A legend for use with a Treemap.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
[SerializableAttribute]
public class Legend : AxisXY
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Legend _
	Inherits AxisXY
Visual C++
[SerializableAttribute]
public ref class Legend : public AxisXY

Remarks

This Legend should be used with Treemaps, rather than the usual Chart legend. The "Viewport" attribute for this node is set to [0.83,0.98] by [0.1,0.6].

Inheritance Hierarchy

See Also