ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.DV Namespace / PlotArea Class / Legends Property

In This Topic
    Legends Property (PlotArea)
    In This Topic
    Gets or sets legend config
    Syntax
    'Declaration
     
    Public Property Legends As Collection(Of LegendOption)
    public Collection<LegendOption> Legends {get; set;}
    See Also