Specifies the chart to be handled.

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

Syntax

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

Field Value

A Chart that specifies the chart to be displayed by this container.

See Also