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

In This Topic
    _SankeyRadialFlowViewLayouter Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sourceNode As ISankeyRadialNodeView, _
       ByVal targetNode As ISankeyRadialNodeView _
    )
    public _SankeyRadialFlowViewLayouter( 
       ISankeyRadialNodeView sourceNode,
       ISankeyRadialNodeView targetNode
    )

    Parameters

    sourceNode
    targetNode
    See Also