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