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


In This Topic
LabelFormatter Property (SunburstSeries)
In This Topic
Gets or sets the label formatter object for the series labels.
Syntax
'Declaration
 
Public Property LabelFormatter As ILabelFormatter
 
'Usage
 
Dim instance As SunburstSeries
Dim value As ILabelFormatter
 
instance.LabelFormatter = value
 
value = instance.LabelFormatter
See Also