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

In This Topic
    _CartesianSeriesDataModel Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal plot As ICartesianPlotDataModel, _
       ByVal group As ICartesianGroupDataModel, _
       ByVal detailValue As IDetailValue, _
       ByVal dataSlices As IDataSlices _
    )
    public _CartesianSeriesDataModel( 
       ICartesianPlotDataModel plot,
       ICartesianGroupDataModel group,
       IDetailValue detailValue,
       IDataSlices dataSlices
    )

    Parameters

    plot
    group
    detailValue
    dataSlices
    See Also