ZedGraph LogoZedGraph Class Library Documentation
AxisGap Property
NamespacesZedGraphAxisAxisGap
The size of the gap between multiple axes (see YAxisList and Y2AxisList).
Declaration Syntax
C#Visual BasicVisual C++
public float AxisGap{ get; set;}
Public Property AxisGap As Single
public:
property float AxisGap {
	float get ();
	void set (float value);
}
Value
The axis gap is measured in points (1/72 inch)
Remarks
This size will be scaled according to the CalcScaleFactor()() for the GraphPane
See Also

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621