ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Chart Class / Legend Property

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

    Property Value

    A Legend object representing the chart's legend.
    See Also