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

In This Topic
    _ShapeSegment Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal prev As ICartesianPointView, _
       ByVal next As ICartesianPointView _
    )
    public _ShapeSegment( 
       ICartesianPointView prev,
       ICartesianPointView next
    )

    Parameters

    prev
    next
    See Also