.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Axis Class : Minimum Property
Minimum Property
Gets or sets the lower bounds of this numeric axis' range.
Syntax
'Declaration
 
Public Property Minimum As Object
'Usage
 
Dim instance As Axis
Dim value As Object
 
instance.Minimum = value
 
value = instance.Minimum
public object Minimum {get; set;}

Property Value

A System.Double indicating the minimum value of this axis.
Remarks
Applies to value axes. When not specified, this value defaults to 0. When the range axis scale is used, it will be set relative to the minimum range of the plotted data.
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