ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _SankeyNodeLabelTextBuilder Class / _buildNodeLabelText Method

In This Topic
    _buildNodeLabelText Method (_SankeyNodeLabelTextBuilder)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _buildNodeLabelText( _
       ByVal nodeView As ISankeyNodeView, _
       ByVal textOption As IPlotConfigTextOption _
    ) As String
    public string _buildNodeLabelText( 
       ISankeyNodeView nodeView,
       IPlotConfigTextOption textOption
    )

    Parameters

    nodeView
    textOption
    See Also