Gets the area occupied by a chart.

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

Syntax

C#
public Rectangle ChartRectangle { get; }
Visual Basic (Declaration)
Public ReadOnly Property ChartRectangle As Rectangle
Visual C++
public:
property Rectangle ChartRectangle {
	Rectangle get ();
}

See Also