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

In This Topic
    _SankeyRadialNodeView Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ownerView As ISankeyRadialPlotView, _
       ByVal value As DataValueType, _
       Optional ByVal nodeStyleBuilder As ISankeyNodeStyleBuilder _
    )
    public _SankeyRadialNodeView( 
       ISankeyRadialPlotView ownerView,
       DataValueType value,
       ISankeyNodeStyleBuilder nodeStyleBuilder
    )

    Parameters

    ownerView
    value
    nodeStyleBuilder
    See Also