Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / DashType Enumeration


In This Topic
    DashType Enumeration
    In This Topic
    Specifies the dash type of the line.
    Syntax
    'Declaration
     
    
    Public Enum DashType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DashType
    public enum DashType : System.Enum 
    Members
    MemberDescription
    Dash[0] Dash line
    DashDot[1] Dash and dot line
    Dot[2] Dot line
    LgDash[3] Long dash line
    LgDashDot[4] Long dash and dot line
    LgDashDotDot[5] Long dash and dot dot line
    RoundDot[7] Round dot line
    Solid[6] Solid line
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Chart.DashType

    See Also