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

In This Topic
    _SeriesSegment<TSymbolPoint> Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal symbolPoints As List(Of TSymbolPoint) _
    )
    public _SeriesSegment<TSymbolPoint>( 
       List<TSymbolPoint> symbolPoints
    )

    Parameters

    symbolPoints
    See Also