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

CompassEnum Enumeration
Enumeration to set the position of a legend, axis, or chart label.
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.C1Chart3DBase.CompassEnum

See Also