Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartBreakLineType Enumeration

In This Topic
    ChartBreakLineType Enumeration
    In This Topic
    Specifies the types of line used to show the scale break.
    Syntax
    'Declaration
     
    Public Enum ChartBreakLineType 
       Inherits System.Enum
    public enum ChartBreakLineType : System.Enum 
    Members
    MemberDescription
    NoneDo not display a line for the scale break.
    RaggedDisplay as a ragged line.
    StraightDisplay as a straight line.
    WaveDisplay as a wavy line.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Rdl.Rdl2008.ChartBreakLineType

    See Also