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

AnnoPositionEnum Enumeration
Use the members of this enumeration to determine which axes edges of the plot cube will have annotations.
Syntax
'Declaration
 
Public Enum AnnoPositionEnum 
   Inherits System.Enum
 
Members
MemberDescription
BothThe axis on both sides of the plot cube will be annotated.
FarThe axis on the far side of the plot cube will be annotated.
NearThe axis on the near side of the plot cube will be annotated.
NoneThe axis is not annotated.
Inheritance Hierarchy

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

See Also