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

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

    Parameters

    callback
    context

    Type Parameters

    TContext
    See Also