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

In This Topic
    _LineCartesianSeriesView Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ownerView As ICartesianGroupView, _
       ByVal data As ICartesianSeriesDataModel _
    )
    public _LineCartesianSeriesView( 
       ICartesianGroupView ownerView,
       ICartesianSeriesDataModel data
    )

    Parameters

    ownerView
    data
    See Also