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

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621