2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ICustomTrendLine Interface / Calculate Method
TrendLine.
X value,
Y value.

In This Topic
    Calculate Method (ICustomTrendLine)
    In This Topic
    Calculates the points of the TrendLine to be plotted, the X values and Y values must be returned by GetXValues and GetYValues methods.
    Syntax
    'Declaration
     
    Sub Calculate( _
       ByVal tl As TrendLine, _
       ByVal x() As System.Double, _
       ByVal y() As System.Double _
    ) 
    void Calculate( 
       TrendLine tl,
       System.double[] x,
       System.double[] y
    )

    Parameters

    tl
    TrendLine.
    x
    X value,
    y
    Y value.
    See Also