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

In This Topic
    LegendSeparatorEnum Enumeration
    In This Topic
    Syntax
    'Declaration
     
    Public Enum LegendSeparatorEnum 
       Inherits System.Enum
    public enum LegendSeparatorEnum : System.Enum 
    Members
    MemberDescription
    DashSpecifies a dash (-) between values of a stepped legend range.
    EllipsisSpecifies an ellipsis (..) between values of a stepped legend range.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Chart3D.LegendSeparatorEnum

    See Also