Nevron .NET Vision
Nevron.Chart Namespace / PredefinedTextLayout Enumeration


In This Topic
    PredefinedTextLayout Enumeration
    In This Topic
    Defines the possible predefined text layouts of the chart axes.
    Syntax
    'Declaration
     
    
    Public Enum PredefinedTextLayout 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PredefinedTextLayout
    public enum PredefinedTextLayout : System.Enum 
    Members
    MemberDescription
    Horizontalaxis texts are oriented horizontally
    Staggered2axis texts are displayed on two levels
    Staggered3axis texts are displayed on three levels
    TiltedAscendingaxis texts are oriented with a 45 degree tilt towards the text origin
    TiltedDescendingaxis texts are oriented with a -45 degree tilt and begins from the text origin
    Verticalaxis texts are oriented vertically
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.PredefinedTextLayout

    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