AutoRange Property (IAxisCore)
Gets or sets whether this current axis AutoRange. Default is AutoRange.Once
Syntax
AutoRange AutoRange {get; set;}

Property Value

If AutoRange.Always, the axis should scale to fit the data, else AutoRange.Once, the axis will try to fit the data once. If AutoRange.Never, then the axis will never autorange.
Remarks
GrowBy is applied when the axis scales to fit
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also