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

In This Topic
    _buildLineToPathCommand Method (_PathCommandBuilder)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _buildLineToPathCommand( _
       ByVal x As Double, _
       ByVal y As Double, _
       Optional ByVal isRelative As Boolean, _
       Optional ByVal currentX As Double, _
       Optional ByVal currentY As Double _
    ) As ILineToPathCommand
    public ILineToPathCommand _buildLineToPathCommand( 
       double x,
       double y,
       bool isRelative,
       double currentX,
       double currentY
    )

    Parameters

    x
    y
    isRelative
    currentX
    currentY
    See Also