C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / AnnotationMethodEnum Enumeration

AnnotationMethodEnum Enumeration
Use the members of this enumeration to set the value of the Chart3DAxis.AnnoMethod property in the Chart3DAxis class.
Syntax
'Declaration
 
Public Enum AnnotationMethodEnum 
   Inherits System.Enum
 
Members
MemberDescription
DataLabelsAnnotate using data labels.
ValueLabelsAnnotate using ValueLabels property.
ValuesAnnotate using chart's values.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Chart3D.AnnotationMethodEnum

See Also