'Declaration
Public Enum Position Inherits System.Enum
'Usage
Dim instance As Position
public enum Position : System.Enum
public enum class Position : public System.Enum
'Declaration
Public Enum Position Inherits System.Enum
'Usage
Dim instance As Position
public enum Position : System.Enum
public enum class Position : public System.Enum
Member | Description |
---|---|
Auto | The element is positioned automatically. |
Bottom | The item appears below. |
BottomLeft | The element is at the bottom left aligned. |
BottomRight | The element is at the bottom right aligned. |
Left | The element appears to the left. |
LeftBottom | The element is at the left bottom aligned. |
LeftTop | The element is at the left top aligned. |
None | The element is not visible. |
Right | The element appears to the right. |
RightBottom | The element is at the right bottom aligned. |
RightTop | The element is at the right top aligned. |
Top | The item appears above. |
TopLeft | The element is at the top left aligned. |
TopRight | The element is at the top right aligned. |
System.Object
System.ValueType
System.Enum
C1.Chart.Position