ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / AnnoPositionEnum Enumeration

In This Topic
    AnnoPositionEnum Enumeration
    In This Topic
    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
    public enum AnnoPositionEnum : 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