FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / SunburstSeries Class / Fill Property


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