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

In This Topic
    _ParallelCategorySeriesDataModel Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal plot As IParallelPlotDataModel, _
       ByVal dataSlices As IDataSlices, _
       ByVal valueDefinition As IAggregateValueEncodingDefinition, _
       ByVal detailValue As IDetailValue _
    )
    public _ParallelCategorySeriesDataModel( 
       IParallelPlotDataModel plot,
       IDataSlices dataSlices,
       IAggregateValueEncodingDefinition valueDefinition,
       IDetailValue detailValue
    )

    Parameters

    plot
    dataSlices
    valueDefinition
    detailValue
    See Also