ComponentOne FlexReport for WinForms
Chart3DAnnotationMethod Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace : Chart3DAnnotationMethod Enumeration
Specifies the method of axis annotation of 3D chart.
Syntax
'Declaration
 
Public Enum Chart3DAnnotationMethod 
   Inherits System.Enum
public enum Chart3DAnnotationMethod : System.Enum 
Members
MemberDescription
AutoThe axis will be annotated automatically by the chart.
DataLabelsAnnotate using data labels in chart group.
ValueLabelsAnnotate using ValueLabels property.
ValuesAnnotate using chart's values.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.FlexReport.Chart.Chart3DAnnotationMethod

See Also

Reference

C1.Win.FlexReport.Chart Namespace