Gets or sets an area occupied by an element.

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

Syntax

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

See Also