FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / JoinType Enumeration


JoinType Enumeration
Specifies the style used when two lines connect with each other.
Syntax
'Declaration
 
Public Enum JoinType 
   Inherits System.Enum
 
'Usage
 
Dim instance As JoinType
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