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

In This Topic
    Title Property (ChartLegendTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ChartLegend.Title. Sets a value that determines the title of the legend.
    Syntax
    'Declaration
     
    Public Property Title As String
    public string Title {get; set;}
    See Also