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

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

    Parameters

    y
    currentX
    isRelative
    currentY
    See Also