[]
        
(Showing Draft Content)

C1.Win.C1Chart.ICustomTrendLine

ICustomTrendLine Interface

Provides interface for implementing a user-defined TrendLine.

Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
public interface ICustomTrendLine

Properties

Name Description
Text

Gets the text associated with the TrendLine shown in legend.

Methods

Name Description
Calculate(TrendLine, double[], double[])

Calculates the points of the TrendLine to be plotted, the X values and Y values must be returned by GetXValues() and GetYValues() methods.

GetXValues()

Returns an array that contains the X values of the TrendLine.

GetY(double)

Calculates the value of the TrendLine at specified X value.

GetYValues()

Returns an array that contains the Y values of the TrendLine.