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

In This Topic
    Chart3DLegendType Enumeration
    In This Topic
    Specifies the legend type of zoned 3D chart.
    Syntax
    'Declaration
     
    Public Enum Chart3DLegendType 
       Inherits System.Enum
    public enum Chart3DLegendType : System.Enum 
    Members
    MemberDescription
    ContinuousLevel printed at the division between two adjacent zones.
    SteppedRange printed for each zone.
    Inheritance Hierarchy

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

    See Also