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


In This Topic
LabelVisible Property (SunburstSeries)
In This Topic
Gets or sets whether the data labels are visible.
Syntax
'Declaration
 
Public Overrides Property LabelVisible As Boolean
 
'Usage
 
Dim instance As SunburstSeries
Dim value As Boolean
 
instance.LabelVisible = value
 
value = instance.LabelVisible
See Also