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

LabelCompassEnum Enumeration
Use the members of this enumeration to set the value of the Chart3DLabel.LabelCompass property in the Chart3DLabel class.
Syntax
'Declaration
 
Public Enum LabelCompassEnum 
   Inherits System.Enum
 
Members
MemberDescription
EastPlaces label to the East or to the right of the data point.
NorthPlaces label to the north or above the data point.
NorthEastPlaces label to the NorthEast or above and right of the data point.
NorthWestPlaces label to the NorthWest or above and left of the data point.
SouthPlaces label to the South or below the data point.
SouthEastPlaces label to the SouthEast or below and right of the data point.
SouthWestPlaces label to the SouthWest or below and left of the data point.
WestPlaces label to the West or left of the data point.
Inheritance Hierarchy

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

See Also