ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / ILineCartesianSeriesView Interface / _setSeriesSegments Method

In This Topic
    _setSeriesSegments Method (ILineCartesianSeriesView)
    In This Topic
    Syntax
    'Declaration
     
    Sub _setSeriesSegments( _
       ByVal value As List(Of ISeriesSegment) _
    ) 
    void _setSeriesSegments( 
       List<ISeriesSegment> value
    )

    Parameters

    value
    See Also