FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DAnnotationMethod Enumeration

In This Topic
    Chart3DAnnotationMethod Enumeration
    In This Topic
    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