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


In This Topic
    ENLevelLabelsLayout Enumeration
    In This Topic
    Enumerates the possible label overlap resolve layouts
    Syntax
    'Declaration
     
    
    Public Enum ENLevelLabelsLayout 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENLevelLabelsLayout
    public enum ENLevelLabelsLayout : System.Enum 
    Members
    MemberDescription
    AutoScaleLabels in the same level are scaled so that no overlapping occurs
    RemoveOverlapRemoves labels that overlap with other labels with higher Z order
    Rotate30Labels in the same level are rotated at 30 degrees
    Rotate45Labels in the same level are rotated at 45 degrees
    Rotate90Labels in the same level are rotated at 90 degrees
    Stagger2Labels in the same level are staggered at two levels
    Stagger3Labels in the same level are staggered at three levels
    Inheritance Hierarchy

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

    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