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

In This Topic
    _SankeyNodeLabelTextProxy Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal context As ISankeyNodeView, _
       ByVal textOption As IPlotConfigTextOption, _
       ByVal stringFormatting As IStringFormatting _
    )
    public _SankeyNodeLabelTextProxy( 
       ISankeyNodeView context,
       IPlotConfigTextOption textOption,
       IStringFormatting stringFormatting
    )

    Parameters

    context
    textOption
    stringFormatting
    See Also