Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / RadarAreaSeries Class / AreaBorders Property


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