Use the members of this enumeration to set the state of the ValueLabels collection in the Axis class.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public enum AnnotationMethodEnum
Visual Basic
Public Enumeration AnnotationMethodEnum

Members

Member nameValueDescription
Values0 The axis will be annotated automatically by the chart.
ValueLabels1 The axis will be annotated with values specified in the ValueLabelsCollection.
Mixed2 Both automatic annotations and value labels will be visible.

See Also