Nevron .NET Vision
Nevron.Chart Namespace / TitleFitMode Enumeration


In This Topic
    TitleFitMode Enumeration
    In This Topic
    Enumerates the label fit modes when bounds mode is set to Fit
    Syntax
    'Declaration
     
    
    Public Enum TitleFitMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TitleFitMode
    public enum TitleFitMode : System.Enum 
    Members
    MemberDescription
    Clip 
    Scale 
    Wrap 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.TitleFitMode

    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