Use the members of this enumeration to set the value of the AnnoMethod property in the Chart3DAxis class.

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

Syntax

C#
public enum AnnotationMethodEnum
Visual Basic
Public Enumeration AnnotationMethodEnum

Members

Member nameValueDescription
DataLabels0 Annotate using data labels.
ValueLabels1 Annotate using ValueLabels property.
Values2 Annotate using chart's values.

See Also