Gets or sets the rectangle that contains the area bounded by the axes
(XAxis, YAxis, and Y2Axis).
If you set this value manually, then the IsRectAuto
value will automatically be set to false.
| C# | Visual Basic | Visual C++ |
public RectangleF Rect{ get; set;}
Public Property Rect As RectangleF
public: property RectangleF Rect { RectangleF get (); void set (RectangleF value); }
The rectangle units are in screen pixels
