.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Viewport Class : NumericRange Property
NumericRange Property
Gets or sets the visible numeric range of a numeric axis.
Syntax
'Declaration
 
Public Property NumericRange As Double
'Usage
 
Dim instance As Viewport
Dim value As Double
 
instance.NumericRange = value
 
value = instance.NumericRange
public double NumericRange {get; set;}
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