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

In This Topic
    _getSegmentYs Method (_BezierCurveShape)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _getSegmentYs() As List(Of List(Of Double))
    public List<List<double>> _getSegmentYs()
    See Also