ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap Namespace / PivotChart Class / ShowTitle Property

In This Topic
    ShowTitle Property (PivotChart)
    In This Topic
    Gets or sets a value that determines whether the chart should include a title.
    Syntax
    'Declaration
     
    Public Property ShowTitle As Boolean
    public bool ShowTitle {get; set;}
    See Also