ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _BaseLine Class / _takeSegment Method

In This Topic
    _takeSegment Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function _takeSegment( _
       ByVal start As Double, _
       ByVal end As Double _
    ) As List(Of IPoint)
    public List<IPoint> _takeSegment( 
       double start,
       double end
    )

    Parameters

    start
    end
    See Also