Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BarSeries Class / BarBorders Property


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