ZedGraph LogoZedGraph Class Library Documentation
Rect Property
NamespacesZedGraphChartRect
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.
Declaration Syntax
C#Visual BasicVisual C++
public RectangleF Rect{ get; set;}
Public Property Rect As RectangleF
public:
property RectangleF Rect {
	RectangleF get ();
	void set (RectangleF value);
}
Value
The rectangle units are in screen pixels

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621