FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart2DAxis Class / AnnoMethod Property

In This Topic
    AnnoMethod Property (Chart2DAxis)
    In This Topic
    Gets or sets the method of annotation.
    Syntax
    'Declaration
     
    Public Property AnnoMethod As Chart2DAnnotationMethod
    public Chart2DAnnotationMethod AnnoMethod {get; set;}
    Remarks
    Chart2DAnnotationMethodEnum has three possible values, Auto, 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. Auto annotation will use Values annotation (numeric chart) or ValueLabels (category chart) annotation automatically for different chart types.
    See Also