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

In This Topic
    ICustomTrendLine Interface Members
    In This Topic

    The following tables list the members exposed by ICustomTrendLine.

    Public Properties
     NameDescription
     PropertyGets the text associated with the TrendLine shown in legend.  
    Top
    Public Methods
     NameDescription
     MethodCalculates the points of the TrendLine to be plotted, the X values and Y values must be returned by GetXValues and GetYValues methods.  
     MethodReturns an array that contains the X values of the TrendLine.  
     MethodCalculates the value of the TrendLine at specified X value.  
     MethodReturns an array that contains the Y values of the TrendLine.  
    Top
    See Also