2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / Axis Class / AnnoMethod Property

In This Topic
    AnnoMethod Property
    In This Topic
    Gets or sets the annotation method used.
    Syntax
    'Declaration
     
    Public Property AnnoMethod As AnnotationMethodEnum
    public AnnotationMethodEnum AnnoMethod {get; set;}
    Remarks
    AnnotationMethodEnum has two possible values, ValueLabels or Values. Values annotation can be used with any chart type in any instance. ValueLablels annotation cannot be used on the X-axis and the Y-axis for Pie charts.
    See Also