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

In This Topic
    _SankeyRadialNodeLabelView Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal nodeView As ISankeyRadialNodeView, _
       ByVal text As String, _
       ByVal option As IPlotConfigTextOption _
    )
    public _SankeyRadialNodeLabelView( 
       ISankeyRadialNodeView nodeView,
       string text,
       IPlotConfigTextOption option
    )

    Parameters

    nodeView
    text
    option
    See Also