Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / SunburstSeries Class / Borders Property


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