NevronOpenVision
Nevron.Nov.Chart Namespace / ENAxisViewRangeMode Enumeration
ENAxisViewRangeMode Enumeration
Enumerates the axis range modes
Syntax
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 MinViewRangeValue and MaxViewRangeValue 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