Use the members of this enumeration to set the state of the ValueLabels collection in the Axis class.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# |
|---|
public enum AnnotationMethodEnum |
| Visual Basic |
|---|
Public Enumeration AnnotationMethodEnum |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Values | 0 | The axis will be annotated automatically by the chart. | |
| ValueLabels | 1 | The axis will be annotated with values specified in the ValueLabelsCollection. | |
| Mixed | 2 | Both automatic annotations and value labels will be visible. |