ZedGraph LogoZedGraph Class Library Documentation
CrossAuto Property
NamespacesZedGraphAxisCrossAuto
Gets or sets a value that determines whether or not the Cross value is set automatically.
Declaration Syntax
C#Visual BasicVisual C++
public bool CrossAuto{ get; set;}
Public Property CrossAuto As Boolean
public:
property bool CrossAuto {
	bool get ();
	void set (bool value);
}
Value
Set to true to have ZedGraph put the axis in the default location, or false to specify the axis location manually with a Cross value.
See Also

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621