[]
Gets or sets the method of annotation.
public Chart2DAnnotationMethod AnnoMethod { get; set; }
Public Property AnnoMethod As Chart2DAnnotationMethod
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.