LabelContainsCategoryName Property (YSeries)
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 YSeries
Dim value As Boolean
instance.LabelContainsCategoryName = value
value = instance.LabelContainsCategoryName
public bool LabelContainsCategoryName {get; set;}
See Also