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

In This Topic
    _CombinedLegendDataModel Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal legends As List(Of ILegendDataModel) _
    )
    public _CombinedLegendDataModel( 
       List<ILegendDataModel> legends
    )

    Parameters

    legends
    See Also