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


In This Topic
LabelSeparator Property (SunburstSeries)
In This Topic
Gets or sets the text used to separate the contents of a label.
Syntax
'Declaration
 
Public Property LabelSeparator As String
 
'Usage
 
Dim instance As SunburstSeries
Dim value As String
 
instance.LabelSeparator = value
 
value = instance.LabelSeparator
See Also