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

In This Topic
    findChildByPath Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function findChildByPath( _
       ByVal path As List(Of String) _
    ) As HierachicalLegendScaleTreeNode
    public HierachicalLegendScaleTreeNode findChildByPath( 
       List<string> path
    )

    Parameters

    path
    See Also