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

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