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

In This Topic
    _LineRadialParalleSeriesView Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal plotView As IParallelPlotView, _
       ByVal series As IParallelSeriesDataModel _
    )
    public _LineRadialParalleSeriesView( 
       IParallelPlotView plotView,
       IParallelSeriesDataModel series
    )

    Parameters

    plotView
    series
    See Also