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

In This Topic
    _lineSpace Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _lineSpace( _
       ByVal point1 As IPoint, _
       ByVal point2 As IPoint _
    ) As Double
    public static double _lineSpace( 
       IPoint point1,
       IPoint point2
    )

    Parameters

    point1
    point2
    See Also