Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LineSeries Class / LineBorders Property


In This Topic
    LineBorders Property (LineSeries)
    In This Topic
    Gets the collection of line borders for the series.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property LineBorders As LineCollection
    'Usage
     
    
    Dim instance As LineSeries
    Dim value As LineCollection
     
    value = instance.LineBorders
    public virtual LineCollection LineBorders {get;}
    See Also