public enum Position : System.Enum
'Declaration
Public Enum Position Inherits System.Enum
'Usage
Dim instance As Position
Member | Description |
---|---|
Bottom | Display at the bottom of the plot area. |
Left | Display at the left of the plot area. |
None | The object is not drawn |
Right | Display at the right of the plot area. |
Top | Display at the top of the plot area. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Charts.Position