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

In This Topic
    Title Property (ChartLegend)
    In This Topic
    Gets or sets a value that determines the title of the legend.
    Syntax
    'Declaration
     
    Public Property Title As String
    public string Title {get; set;}
    See Also