Gets or sets Chart - a chart displayed.

Namespace:  PerpetuumSoft.Charts.Windows.Forms
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

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);
}

See Also