The root node of the chart tree.

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

Syntax

C#
[SerializableAttribute]
public class Chart : ChartNode, ICloneable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Chart _
	Inherits ChartNode _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class Chart : public ChartNode, 
	ICloneable

Remarks

This chart node creates the following child nodes: Background, ChartTitle and Legend.

Inheritance Hierarchy

See Also