ZedGraph LogoZedGraph Class Library Documentation
MajorStep Property
NamespacesZedGraphScaleMajorStep
Gets or sets the scale step size for this Scale (the increment between labeled axis values).
Declaration Syntax
C#Visual BasicVisual C++
public double MajorStep{ get; set;}
Public Property MajorStep As Double
public:
property double MajorStep {
	double get ();
	void set (double value);
}
Value
The value is defined in user scale units
Remarks
This value can be set automatically based on the state of MajorStepAuto. If this value is set manually, then MajorStepAuto will also be set to false. This value is ignored for Log axes. For Date axes, this value is defined in units of MajorUnit.
See Also

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621