Nevron .NET Vision
Nevron.Chart Namespace / LabelFitMode Enumeration


In This Topic
    LabelFitMode Enumeration
    In This Topic
    Enumerates the possible label auto fitting options
    Syntax
    'Declaration
     
    
    Public Enum LabelFitMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LabelFitMode
    public enum LabelFitMode : 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
    Rotate315Labels in the same level are rotated at 315
    Rotate330Labels in the same level are rotated at 330
    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.Chart.LabelFitMode

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also