.netCHARTING v10.5 Documentation


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

Property Value

A System.Double indicating the maximum value of this axis.
Remarks
Applies to value axes. When not specified, this value is set relative to the maximum 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