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

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