ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _Path Class / _Path Constructor

In This Topic
    _Path Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       Optional ByVal commands As List(Of IPathCommand) _
    )
    public _Path( 
       List<IPathCommand> commands
    )

    Parameters

    commands
    See Also