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

In This Topic
    _MergedCustomLegendDataModel Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal a As ILegendDataModel, _
       ByVal b As ILegendDataModel _
    )
    public _MergedCustomLegendDataModel( 
       ILegendDataModel a,
       ILegendDataModel b
    )

    Parameters

    a
    b
    See Also