This is the root node of the chart tree.

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

Syntax

C#
public virtual Chart Chart { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Chart As Chart
Visual C++
public:
virtual property Chart^ Chart {
	Chart^ get ();
}

Field Value

A Chart that contains the "Chart" attribute value.

See Also