Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / JoinType Enumeration


In This Topic
    JoinType Enumeration
    In This Topic
    Specifies the style used when two lines connect with each other.
    Syntax
    'Declaration
     
    
    Public Enum JoinType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As JoinType
    public enum JoinType : System.Enum 
    Members
    MemberDescription
    Bevel[1] Bevel connecting type
    Miter[2] Miter connecting type
    Round[0] Round connecting type
    Inheritance Hierarchy

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

    See Also