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


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