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

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

    Parameters

    x
    currentY
    isRelative
    currentX
    See Also