GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / Position Enumeration


Position Enumeration
Represents the possible positions for an axis, title or legend.
Syntax
'Declaration
 
Public Enum Position 
   Inherits System.Enum
 
'Usage
 
Dim instance As Position
Members
MemberDescription
BottomDisplay at the bottom of the plot area.
LeftDisplay at the left of the plot area.
NoneThe object is not drawn
RightDisplay at the right of the plot area.
TopDisplay at the top of the plot area.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Charts.Position

See Also