Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / ENAxisViewRangeMode Enumeration


In This Topic
    ENAxisViewRangeMode Enumeration
    In This Topic
    Enumerates the axis range modes
    Syntax
    'Declaration
     
    
    Public Enum ENAxisViewRangeMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENAxisViewRangeMode
    public enum ENAxisViewRangeMode : System.Enum 
    Members
    MemberDescription
    AutoThe axis range is computed automatically
    FixedMaxThe axis minimum range value is computed automatically and the maximum range value is taken from the MaxViewRangeValue property
    FixedMinThe axis maximum range value is computed automatically and the minimum range value is taken from the MinViewRangeValue property
    FixedRangeThe minimum and maximum range values are taken from MinRangeValue and MaxRangeValue properties respectively
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Chart.ENAxisViewRangeMode

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also