Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / Series Class / LabelVisible Property


In This Topic
    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;}
    See Also