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

In This Topic
    AnnotationMethodEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the Chart3DAxis.AnnoMethod property in the Chart3DAxis class.
    Syntax
    'Declaration
     
    Public Enum AnnotationMethodEnum 
       Inherits System.Enum
    public enum AnnotationMethodEnum : System.Enum 
    Members
    MemberDescription
    DataLabelsAnnotate using data labels.
    ValueLabelsAnnotate using ValueLabels property.
    ValuesAnnotate using chart's values.
    Inheritance Hierarchy

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

    See Also