ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Chart Class / Title Property

In This Topic
    Title Property (Chart)
    In This Topic
    Gets or sets the title for the chart.
    Syntax
    'Declaration
     
    Public Property Title As Title
    public Title Title {get; set;}

    Property Value

    A Title object representing the chart's title.
    See Also