ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _CombinedLegendDataModel Class / _legends Property

In This Topic
    _legends Property (_CombinedLegendDataModel)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property _legends As List(Of ILegendDataModel)
    public List<ILegendDataModel> _legends {get;}
    See Also