Nevron .NET Vision
Nevron.Chart Namespace / RangeLabelFitMode Enumeration


In This Topic
    RangeLabelFitMode Enumeration
    In This Topic
    Enumerates the range label fit modes
    Syntax
    'Declaration
     
    
    Public Enum RangeLabelFitMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RangeLabelFitMode
    public enum RangeLabelFitMode : System.Enum 
    Members
    MemberDescription
    AutoFlipThe label will automatically flip
    AutoScaleThe label will automatically scale
    ClipThe label is clipped in the specified range
    NoneThe label does not try to auto fit
    WrapThe label wraps in the specified range
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.RangeLabelFitMode

    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