2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / LinePatternEnum Enumeration

In This Topic
    LinePatternEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the Pattern property in the ChartGridStyle and ChartLineStyle classes.
    Syntax
    'Declaration
     
    Public Enum LinePatternEnum 
       Inherits System.Enum
    public enum LinePatternEnum : 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.C1Chart.LinePatternEnum

    See Also