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

In This Topic
    _SankeyFlowDataModel Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dataSlices As IDataSlices, _
       ByVal source As DataValueType, _
       ByVal target As DataValueType, _
       ByVal weight As Nullable(Of Double) _
    )
    public _SankeyFlowDataModel( 
       IDataSlices dataSlices,
       DataValueType source,
       DataValueType target,
       Nullable<double> weight
    )

    Parameters

    dataSlices
    source
    target
    weight
    See Also