This documentation is archived and is not being maintained.
Axis::Minimum Property
Visual Studio 2010
Gets or sets the minimum value of an axis.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
Note that if you set this value explicitly, the X-values of data elements must be taken into account. If all data points have X-values of zero, the Chart control will assume the first data point occurs at zero. Also, if the Minimum value is explicitly set, the IsStartedFromZero property will be ignored. The Minimum value must be less than the Maximum value.
To automatically round the maximum and minimum axis values. call the RoundAxisValues method.
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
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: