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

In This Topic
    Chart3DLegendSeparator Enumeration
    In This Topic
    Specifies the separator between ragne value of a stepped legend.
    Syntax
    'Declaration
     
    Public Enum Chart3DLegendSeparator 
       Inherits System.Enum
    public enum Chart3DLegendSeparator : 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.FlexReport.Chart.Chart3DLegendSeparator

    See Also