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


In This Topic
LabelFill Property (SunburstSeries)
In This Topic
Gets or sets the fill of the background of the data labels.
Syntax
'Declaration
 
Public Property LabelFill As Fill
 
'Usage
 
Dim instance As SunburstSeries
Dim value As Fill
 
instance.LabelFill = value
 
value = instance.LabelFill
Remarks
A value of null (Nothing in VB) indicates that the fill will be automatically determined.
See Also