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

In This Topic
    Title Property (ChartAxisTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ChartAxis<T>.Title. Sets the title text shown next to the axis.
    Syntax
    'Declaration
     
    Public Property Title As String
    public string Title {get; set;}
    See Also