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

In This Topic
    __isFitAngle Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function __isFitAngle( _
       ByVal angle As Double, _
       ByVal lowBound As Double, _
       ByVal upperBound As Double _
    ) As Boolean
    public static bool __isFitAngle( 
       double angle,
       double lowBound,
       double upperBound
    )

    Parameters

    angle
    lowBound
    upperBound
    See Also