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

In This Topic
    createPtsFromRadialBar Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function createPtsFromRadialBar( _
       ByVal startAngleN As Double, _
       ByVal endAngleN As Double, _
       ByVal radiusN As Double, _
       ByVal innerRadiusN As Double, _
       ByVal center As IPoint, _
       ByVal size As Integer _
    ) As IPolyline
    public static IPolyline createPtsFromRadialBar( 
       double startAngleN,
       double endAngleN,
       double radiusN,
       double innerRadiusN,
       IPoint center,
       int size
    )

    Parameters

    startAngleN
    endAngleN
    radiusN
    innerRadiusN
    center
    size
    See Also