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


In This Topic
LabelContainsValue Property (SunburstSeries)
In This Topic
Gets or sets whether the value is displayed in the labels.
Syntax
'Declaration
 
Public Property LabelContainsValue As Boolean
 
'Usage
 
Dim instance As SunburstSeries
Dim value As Boolean
 
instance.LabelContainsValue = value
 
value = instance.LabelContainsValue
See Also