ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _DvView Class / _traversePlotAreaView<TContext> Method

In This Topic
    _traversePlotAreaView<TContext> Method (_DvView)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub _traversePlotAreaView(Of TContext)( _
       ByVal callback As GrapeCity.DataVisualization.Chart.ITraverseViewCallBack(Of IPlotAreaView,TContext), _
       ByVal context As TContext _
    ) 
    public void _traversePlotAreaView<TContext>( 
       GrapeCity.DataVisualization.Chart.ITraverseViewCallBack<IPlotAreaView,TContext> callback,
       TContext context
    )

    Parameters

    callback
    context

    Type Parameters

    TContext
    See Also