ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _LineToPathCommand Class / _LineToPathCommand Constructor

In This Topic
    _LineToPathCommand Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Double, _
       ByVal y As Double _
    )
    public _LineToPathCommand( 
       double x,
       double y
    )

    Parameters

    x
    y
    See Also