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


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