Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PolarAreaSeries Class / AreaBorders Property


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