Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PieSeries Class / PieBorders Property


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