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

In This Topic
    _relatedPlotDefinition Method (_ItemizedLegendItemDataModel)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function _relatedPlotDefinition( _
       ByVal plotAreaView As IPlotAreaView _
    ) As List(Of IPlotDefinition)
    public virtual List<IPlotDefinition> _relatedPlotDefinition( 
       IPlotAreaView plotAreaView
    )

    Parameters

    plotAreaView
    See Also