Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / Axis Class / Labels Property

In This Topic
    Labels Property
    In This Topic
    Gets or sets a value indicating whether the axis labels are visible.
    Syntax
    'Declaration
     
    
    Public Property Labels As Boolean
    public bool Labels {get; set;}
    See Also