A legend for a contour chart.

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 for contour charts, instead of 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