FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ParetoSeries Class / LabelContainsCategoryName Property


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