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


In This Topic
    ENScaleBreakInflateMode Enumeration
    In This Topic
    Enumerates the scale break inflate modes
    Syntax
    'Declaration
     
    
    Public Enum ENScaleBreakInflateMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENScaleBreakInflateMode
    public enum ENScaleBreakInflateMode : System.Enum 
    Members
    MemberDescription
    AbsoluteInflates the scale on the left and right from the break with a specified amount so that the data in the left and right parts of the scale is not obscured by the break.
    RelativeRepresents a scale break inflate that will inflate the ranges on the left and right of the scale break with a value relative to the scale break range.
    Inheritance Hierarchy

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

    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