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

In This Topic
    ChartLinePattern Enumeration
    In This Topic
    Specifies the pattern of the line.
    Syntax
    'Declaration
     
    Public Enum ChartLinePattern 
       Inherits System.Enum
    public enum ChartLinePattern : System.Enum 
    Members
    MemberDescription
    DashA dashed line.
    DashDotA line with alternating dashes and dots.
    DashDotDotA line with series consisting of a dash followed by two dots.
    DotA dotted line.
    NoneNo line is drawn.
    SolidA solid line.
    Inheritance Hierarchy

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

    See Also