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

In This Topic
    fit Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub fit( _
       ByVal root As HierachicalLegendScaleTreeNode, _
       ByVal path As List(Of String), _
       ByVal end As Double _
    ) 
    public static void fit( 
       HierachicalLegendScaleTreeNode root,
       List<string> path,
       double end
    )

    Parameters

    root
    path
    end
    See Also