ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Options Namespace / _PlotAreaOption Class / legends Property

In This Topic
    legends Property (_PlotAreaOption)
    In This Topic
    Syntax
    'Declaration
     
    Public Property legends As List(Of ILegendOption)
    public List<ILegendOption> legends {get; set;}
    See Also