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

In This Topic
    _buildPathCommands Method (_PathCommandBuilder)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _buildPathCommands( _
       ByVal expression As String _
    ) As List(Of IPathCommand)
    public List<IPathCommand> _buildPathCommands( 
       string expression
    )

    Parameters

    expression
    See Also