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

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

    Parameters

    a
    b
    See Also