'Declaration
Public Enum Position Inherits System.Enum
public enum Position : System.Enum
'Declaration
Public Enum Position Inherits System.Enum
public enum Position : System.Enum
Member | Description |
---|---|
Auto | The element is positioned automatically. |
Bottom | The item appears below. |
Left | The element appears to the left. |
None | The element is not visible. |
Right | The element appears to the right. |
Top | The item appears above. |
System.Object
System.ValueType
System.Enum
C1.Chart.Position