ZedGraph LogoZedGraph Class Library Documentation
MinAuto Property
NamespacesZedGraphScaleMinAuto
Gets or sets a value that determines whether or not the minimum scale value Min is set automatically.
Declaration Syntax
C#Visual BasicVisual C++
public bool MinAuto{ get; set;}
Public Property MinAuto As Boolean
public:
property bool MinAuto {
	bool get ();
	void set (bool value);
}
Value
true for automatic mode, false for manual mode
Remarks
This value will be set to false if Min is manually changed.
See Also

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621