2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / AnnotationMethodEnum Enumeration

In This Topic
    AnnotationMethodEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the state of the ValueLabels collection in the Axis class.
    Syntax
    'Declaration
     
    Public Enum AnnotationMethodEnum 
       Inherits System.Enum
    public enum AnnotationMethodEnum : System.Enum 
    Members
    MemberDescription
    MixedBoth automatic annotations and value labels will be visible.
    ValueLabelsThe axis will be annotated with values specified in the ValueLabelsCollection.
    ValuesThe axis will be annotated automatically by the chart.
    Inheritance Hierarchy

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

    See Also