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


In This Topic
    CompoundType Enumeration
    In This Topic
    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
    public enum CompoundType : System.Enum 
    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