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


In This Topic
    LabelVisible Property (IndexAxis)
    In This Topic
    Gets or sets whether the tick mark labels are visible.
    Syntax
    'Declaration
     
    
    Public Property LabelVisible As Boolean
    'Usage
     
    
    Dim instance As IndexAxis
    Dim value As Boolean
     
    instance.LabelVisible = value
     
    value = instance.LabelVisible
    public bool LabelVisible {get; set;}
    See Also