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

In This Topic
    _findRelatedPlotViews Method (_CombinedLegendDataModel)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _findRelatedPlotViews( _
       ByVal plotAreaView As IPlotAreaView _
    ) As List(Of IPlotView)
    public List<IPlotView> _findRelatedPlotViews( 
       IPlotAreaView plotAreaView
    )

    Parameters

    plotAreaView
    See Also