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


In This Topic
    ENScaleBreakPositionMode Enumeration
    In This Topic
    Enumerates the scale break position modes
    Syntax
    'Declaration
     
    
    Public Enum ENScaleBreakPositionMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENScaleBreakPositionMode
    public enum ENScaleBreakPositionMode : System.Enum 
    Members
    MemberDescription
    ContentRepresents a scale break position, which is determined according to the amount of data left on the sides of the scale break.
    PercentRepresents a scale break position which is determined in percentages relative to the scale being split by the scale break.
    Range/// Represents a scale break position which is determined relative to the range of the scale break in scale coordinates.
    Inheritance Hierarchy

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

    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