ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / ISankeyPlotView Interface / _traverseNodeViews<TContext> Method

In This Topic
    _traverseNodeViews<TContext> Method (ISankeyPlotView)
    In This Topic
    Syntax
    'Declaration
     
    Sub _traverseNodeViews(Of TContext)( _
       ByVal callback As GrapeCity.DataVisualization.Chart.ITraverseViewCallBack(Of ISankeyNodeView,TContext), _
       ByVal context As TContext _
    ) 
    void _traverseNodeViews<TContext>( 
       GrapeCity.DataVisualization.Chart.ITraverseViewCallBack<ISankeyNodeView,TContext> callback,
       TContext context
    )

    Parameters

    callback
    context

    Type Parameters

    TContext
    See Also