Gets or sets bounds of the area occupied by an element.
    Namespace: 
   PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public VectorRectangle Bounds { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property Bounds As VectorRectangle  | 
| Visual C++ | 
|---|
public: property VectorRectangle Bounds { VectorRectangle get (); void set (VectorRectangle value); }  |