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

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621