dotnetCHARTING Send comments on this topic.
NumericRange Property
See Also 
dotnetCHARTING Namespace > Viewport Class : NumericRange Property


Gets or sets the visible numeric range of a numeric axis.

Syntax

Visual Basic (Declaration) 
Public Property NumericRange As Double
Visual Basic (Usage)Copy Code
Dim instance As Viewport
Dim value As Double
 
instance.NumericRange = value
 
value = instance.NumericRange
C# 
public double NumericRange {get; set;}

See Also

© 2010 All Rights Reserved.