ASP.NET MVC Controls | ComponentOne
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
     
    
    <DefaultValueAttribute("")>
    Public Property Title As String
    [DefaultValue("")]
    public string Title {get; set;}
    See Also