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


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