The Chart object associated with this WebChart.

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

Syntax

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

Field Value

A Chart where the drawing is to rendered.

See Also