Gets an area to which series are painted.

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

Syntax

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

See Also