[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.Chart2DAxis.AnnoMethod

AnnoMethod Property

AnnoMethod

Gets or sets the method of annotation.

Declaration
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.