Orientation Enumeration
Specifies the orientation of an object.
Syntax
'Declaration Public Enum Orientation Inherits System.Enum
'Usage Dim instance As Orientation
public enum Orientation : System.Enum
Members
Member | Description |
---|---|
Bottom | The object is on bottom. |
BottomLeft | The object ( Usually an annotation) on the bottom left hand side. |
BottomRight | The object ( Usually an annotation) on the bottom right hand side. |
Left | The object is on the left. |
None | No orientation is specified. |
Right | The object is on the right. |
Top | The object is on top. |
TopLeft | The object ( Usually an annotation) on the upper left hand side. |
TopRight | The object ( Usually an annotation) on the upper right hand side. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
dotnetCHARTING.Orientation
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