FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PolarAreaSeries Class / AreaBorder Property


In This Topic
AreaBorder Property (PolarAreaSeries)
In This Topic
Gets or sets the area border for the series.
Syntax
'Declaration
 
Public Property AreaBorder As Line
 
'Usage
 
Dim instance As PolarAreaSeries
Dim value As Line
 
instance.AreaBorder = value
 
value = instance.AreaBorder
Remarks
Value of null (Nothing in VB) indicates that the area border is unset for the series.
See Also