ZedGraph LogoZedGraph Class Library Documentation
MinSpace Property
NamespacesZedGraphAxisMinSpace
Gets or sets the minimum axis space allocation.
Declaration Syntax
C#Visual BasicVisual C++
public float MinSpace{ get; set;}
Public Property MinSpace As Single
public:
property float MinSpace {
	float get ();
	void set (float value);
}
Remarks
This term, expressed in points (1/72 inch) and scaled according to CalcScaleFactor()() for the GraphPane, determines the minimum amount of space an axis must have between the Chart.Rect and the GraphPane.Rect. This minimum space applies whether IsVisible is true or false.

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621