ZedGraph LogoZedGraph Class Library Documentation
Max Property
NamespacesZedGraphScaleMax
Gets or sets the maximum scale value for this Scale.
Declaration Syntax
C#Visual BasicVisual C++
public virtual double Max{ get; set;}
Public Overridable Property Max As Double
public:
virtual property double Max {
	double get ();
	void set (double value);
}
Value
The value is defined in user scale units for Log and Linear axes. For Text and Ordinal axes, this value is an ordinal starting with 1.0. For Date axes, this value is in XL Date format (see XDate, which is the number of days since the reference date of January 1, 1900.
Remarks
This value can be set automatically based on the state of MaxAuto. If this value is set manually, then MaxAuto will also be set to false.
See Also

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621