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

In This Topic
    _PolygonalLineShape Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal center As IPoint, _
       ByVal radius As Double, _
       ByVal angles As List(Of Double), _
       ByVal strokeWidth As Double _
    )
    public _PolygonalLineShape( 
       IPoint center,
       double radius,
       List<double> angles,
       double strokeWidth
    )

    Parameters

    center
    radius
    angles
    strokeWidth
    See Also