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

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

    Parameters

    nodeView
    text
    option
    See Also