Xceed Chart for WinForms v4.4 Documentation
PredefinedTextLayout Enumeration


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace : PredefinedTextLayout Enumeration
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
         Xceed.Chart.Core.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

Reference

Xceed.Chart.Core Namespace