ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / LegendTypeEnum Enumeration

In This Topic
    LegendTypeEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the Chart3DLegend.Type property in the Chart3DLegend class.
    Syntax
    'Declaration
     
    Public Enum LegendTypeEnum 
       Inherits System.Enum
    public enum LegendTypeEnum : 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.C1Chart3D.LegendTypeEnum

    See Also