Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / CompoundType Enumeration


CompoundType Enumeration
Specifies the compound line type that is to be used for lines with text such as underlines.
Syntax
'Declaration
 
Public Enum CompoundType 
   Inherits System.Enum
 
'Usage
 
Dim instance As CompoundType
Members
MemberDescription
Double[1] Double compound line
Simple[0] Simple compound line
ThickThin[2] Thick then thin compound line
ThinThick[3] Thin then thick compound line
Triple[4] Triple compound line
Inheritance Hierarchy

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

See Also