[]
        
(Showing Draft Content)

C1.Win.C1Chart.Axis.AnnoMethod

AnnoMethod Property

AnnoMethod

Gets or sets the annotation method used.

Declaration
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