ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _ArcShape Class / _ArcShape Constructor

In This Topic
    _ArcShape Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal center As IPoint, _
       ByVal xRadius As Double, _
       ByVal yRadius As Double, _
       ByVal strokeWidth As Double, _
       ByVal startAngle As Double, _
       ByVal sweepAngle As Double _
    )
    public _ArcShape( 
       IPoint center,
       double xRadius,
       double yRadius,
       double strokeWidth,
       double startAngle,
       double sweepAngle
    )

    Parameters

    center
    xRadius
    yRadius
    strokeWidth
    startAngle
    sweepAngle
    See Also