ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ChartAxisTagHelper Class / Labels Property

In This Topic
    Labels Property (ChartAxisTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ChartAxis<T>.Labels. Sets a value indicating whether axis labels are visible.
    Syntax
    'Declaration
     
    Public Property Labels As Boolean
    public bool Labels {get; set;}
    See Also