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

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

    Parameters

    points
    segmentPoints
    strokeWidth
    See Also