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

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