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

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