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

In This Topic
    _buildPath Method (_PathBuilder)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _buildPath( _
       Optional ByVal commands As List(Of IPathCommand) _
    ) As IPath
    public IPath _buildPath( 
       List<IPathCommand> commands
    )

    Parameters

    commands
    See Also