2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ICustomTrendLine Interface / GetYValues Method

In This Topic
    GetYValues Method (ICustomTrendLine)
    In This Topic
    Returns an array that contains the Y values of the TrendLine.
    Syntax
    'Declaration
     
    Function GetYValues() As System.Double()
    System.double[] GetYValues()
    See Also