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

In This Topic
    _buildLineToPathCommand Method (IPathCommandBuilder)
    In This Topic
    Syntax
    'Declaration
     
    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
    ILineToPathCommand _buildLineToPathCommand( 
       double x,
       double y,
       bool isRelative,
       double currentX,
       double currentY
    )

    Parameters

    x
    y
    isRelative
    currentX
    currentY
    See Also