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

In This Topic
    matrixY Method (_Linear)
    In This Topic
    Syntax
    'Declaration
     
    Public Function matrixY( _
       ByVal ys As List(Of Nullable(Of Double)) _
    ) As List(Of List(Of Double))
    public List<List<double>> matrixY( 
       List<Nullable<double>> ys
    )

    Parameters

    ys
    See Also