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

In This Topic
    pointToLine Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function pointToLine( _
       ByVal x1 As Double, _
       ByVal y1 As Double, _
       ByVal x2 As Double, _
       ByVal y2 As Double, _
       ByVal x0 As Double, _
       ByVal y0 As Double _
    ) As Double
    public static double pointToLine( 
       double x1,
       double y1,
       double x2,
       double y2,
       double x0,
       double y0
    )

    Parameters

    x1
    y1
    x2
    y2
    x0
    y0
    See Also