Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / TreemapSeries Class / LabelOption Property


In This Topic
LabelOption Property (TreemapSeries)
In This Topic
Gets or sets the lable option.
Syntax
'Declaration
 
Public Property LabelOption As LabelOption
 
'Usage
 
Dim instance As TreemapSeries
Dim value As LabelOption
 
instance.LabelOption = value
 
value = instance.LabelOption
See Also