ComponentOne FlexReport for WinForms
AnnoMethod Property (Chart2DAxis)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > Chart2DAxis Class : AnnoMethod Property
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

Reference

Chart2DAxis Class
Chart2DAxis Members