LabelVisible Property (Series)
In This Topic
Gets or sets whether the data labels are visible.
Syntax
'Declaration
Public Overridable Property LabelVisible As Boolean
'Usage
Dim instance As Series
Dim value As Boolean
instance.LabelVisible = value
value = instance.LabelVisible
public virtual bool LabelVisible {get; set;}
Example
This example displays a label.
See Also