ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _LineSegment<TSymbolPoint> Class / _LineSegment<TSymbolPoint> Constructor

In This Topic
    _LineSegment<TSymbolPoint> Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal symbolPoints As List(Of TSymbolPoint), _
       ByVal prePoint As TSymbolPoint, _
       ByVal nextPoint As TSymbolPoint, _
       ByVal style As IStyle _
    )
    public _LineSegment<TSymbolPoint>( 
       List<TSymbolPoint> symbolPoints,
       TSymbolPoint prePoint,
       TSymbolPoint nextPoint,
       IStyle style
    )

    Parameters

    symbolPoints
    prePoint
    nextPoint
    style
    See Also