C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / CompassEnum Enumeration

CompassEnum Enumeration
Use the members of this enumeration to set the value of the Compass property of the Title and Chart3DLegend classes.
Syntax
'Declaration
 
Public Enum CompassEnum 
   Inherits System.Enum
 
Members
MemberDescription
EastObject is positioned east or to the right side.
NorthObject is positioned north or above.
SouthObject is positioned south or below.
WestObject is positioned west or to the left side.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Chart3D.CompassEnum

See Also