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

In This Topic
    _PolylineShape Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal points As List(Of IPoint), _
       ByVal strokeWidth As Nullable(Of Double) _
    )
    public _PolylineShape( 
       List<IPoint> points,
       Nullable<double> strokeWidth
    )

    Parameters

    points
    strokeWidth
    See Also