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

In This Topic
    __getAngleByPoints Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function __getAngleByPoints( _
       ByVal targetPoint As IPoint, _
       ByVal basePoint As IPoint _
    ) As Double
    public static double __getAngleByPoints( 
       IPoint targetPoint,
       IPoint basePoint
    )

    Parameters

    targetPoint
    basePoint
    See Also