Nevron .NET Vision
Nevron.Chart Namespace / NRangeSelection Class / VerticalAxisRange Property


In This Topic
    VerticalAxisRange Property
    In This Topic
    The vertical axis range in scale coordinates.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Axes")>
    <System.ComponentModel.DescriptionAttribute("The vertical axis range in scale coordinates.")>
    Public Property VerticalAxisRange As NRange1DD
    'Usage
     
    
    Dim instance As NRangeSelection
    Dim value As NRange1DD
     
    instance.VerticalAxisRange = value
     
    value = instance.VerticalAxisRange
    [System.ComponentModel.Category("Axes")]
    [System.ComponentModel.Description("The vertical axis range in scale coordinates.")]
    public NRange1DD VerticalAxisRange {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