ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Axis Class / Title Property

In This Topic
    Title Property (Axis)
    In This Topic
    Gets or sets the title for the axis.
    Syntax
    'Declaration
     
    Public Property Title As ChartAxisTitle
    public ChartAxisTitle Title {get; set;}
    See Also