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

In This Topic
    Chart3DAnnoPosition Enumeration
    In This Topic
    Specifies which axes edges of the plot cube will have annotations.
    Syntax
    'Declaration
     
    Public Enum Chart3DAnnoPosition 
       Inherits System.Enum
    public enum Chart3DAnnoPosition : System.Enum 
    Members
    MemberDescription
    BothThe axis on both sides of the plot cube will be annotated.
    FarThe axis on the far side of the plot cube will be annotated.
    NearThe axis on the near side of the plot cube will be annotated.
    NoneThe axis is not annotated.
    Inheritance Hierarchy

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

    See Also