ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.DV Namespace / PlotArea Class / Legends Property

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