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

In This Topic
    _ScatterCartesianGroupView Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ownerView As IScatterCartesianPlotView, _
       ByVal dataModel As ICartesianGroupDataModel _
    )
    public _ScatterCartesianGroupView( 
       IScatterCartesianPlotView ownerView,
       ICartesianGroupDataModel dataModel
    )

    Parameters

    ownerView
    dataModel
    See Also