_traverseNodeViews<TContext> Method (_SankeyPlotView<TOwnerView,TPlotDefinition,TNodeView,TFlowView>)
In This Topic
Syntax
'Declaration
Public MustOverride Sub _traverseNodeViews(Of )( _
ByVal As GrapeCity.DataVisualization.Chart.ITraverseViewCallBack(Of ISankeyNodeView,TContext), _
ByVal As _
)
public abstract void _traverseNodeViews<>(
GrapeCity.DataVisualization.Chart.ITraverseViewCallBack<ISankeyNodeView,TContext> ,
)
Parameters
- callback
- context
Type Parameters
- TContext
See Also