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

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

    Parameters

    plotView
    series
    See Also