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

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

    Parameters

    ownerView
    dataModel
    See Also