Use the members of this enumeration to set the value of the AnnoMethod
property in the Chart3DAxis class.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
| C# |
|---|
public enum AnnotationMethodEnum |
| Visual Basic |
|---|
Public Enumeration AnnotationMethodEnum |
Members
| Member name | Value | Description | |
|---|---|---|---|
| DataLabels | 0 | Annotate using data labels. | |
| ValueLabels | 1 | Annotate using ValueLabels property. | |
| Values | 2 | Annotate using chart's values. |