ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _PlotAreaLayout Class / _analyse Method

In This Topic
    _analyse Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub _analyse( _
       ByVal plotAreaViews As List(Of IPlotAreaView), _
       ByVal rectangle As IRectangle _
    ) 
    public void _analyse( 
       List<IPlotAreaView> plotAreaViews,
       IRectangle rectangle
    )

    Parameters

    plotAreaViews
    rectangle
    See Also