dotnetCHARTING Send comments on this topic.
Orientation Enumeration
See Also  
dotnetCHARTING Namespace : Orientation Enumeration


Specifies the orientation of an object.

Syntax

Visual Basic (Declaration)  
Public Enum Orientation 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As Orientation
C#  
public enum Orientation : Enum 

Members

Member Description
Left The object is on the left.
Right The object is on the right.
Top The object is on top.
Bottom The object is on bottom.
TopLeft The object ( Usually an annotation) on the upper left hand side.
TopRight The object ( Usually an annotation) on the upper right hand side.
BottomRight The object ( Usually an annotation) on the bottom right hand side.
BottomLeft The object ( Usually an annotation) on the bottom left hand side.
None No orientation is specified.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.Orientation

See Also