[]
        
(Showing Draft Content)

C1.WPF.C1Chart.Extended.TrendLine

TrendLine Class

Represents trend line.

Namespace: C1.WPF.C1Chart.Extended
Assembly: C1.WPF.C1Chart.Extended.4.6.2.dll
Syntax
public class TrendLine : FunctionSeries, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild

Constructors

Name Description
TrendLine()

Initializes a new instance of TrendLine class.

Fields

Name Description
FitTypeProperty

Identifies the FitTypeProperty dependency property.

OrderProperty

Identifies the OrderProperty dependency property.

Properties

Name Description
Coefficients

Gets the coefficients of equation.

FitType

Gets or sets the fit type.

Order

Gets or sets the order of trend line. The order defines number of terms in polynom equation.

Methods

Name Description
Aproximate(double)

Returns the calculated(predicted) trend line value that corresponds to specified argument.

OnOrderChanged(DependencyObject, DependencyPropertyChangedEventArgs)

Called when order has been changed.

ProcessValues(double[,])

Perform the processing of data values.

UpdateData()

Update plotted data values.