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

In This Topic
    _SplineCurveShape Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal originXs As List(Of Double), _
       ByVal originYs As List(Of Double), _
       ByVal a As List(Of IPoint), _
       ByVal b As List(Of IPoint), _
       ByVal c As List(Of IPoint), _
       ByVal d As List(Of IPoint), _
       ByVal strokeWidth As Nullable(Of Double) _
    )
    public _SplineCurveShape( 
       List<double> originXs,
       List<double> originYs,
       List<IPoint> a,
       List<IPoint> b,
       List<IPoint> c,
       List<IPoint> d,
       Nullable<double> strokeWidth
    )

    Parameters

    originXs
    originYs
    a
    b
    c
    d
    strokeWidth
    See Also