Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / EnhancedSolidLine Class / CompoundType Property


In This Topic
    CompoundType Property
    In This Topic
    Gets the compound type of the line.
    Syntax
    'Declaration
     
    Public ReadOnly Property CompoundType As CompoundType
    'Usage
     
    Dim instance As EnhancedSolidLine
    Dim value As CompoundType
     
    value = instance.CompoundType
    public CompoundType CompoundType {get;}
    See Also