[]
Represents trend line.
public class TrendLine : FunctionSeries, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
| Name | Description |
|---|---|
| TrendLine() | Initializes a new instance of TrendLine class. |
| Name | Description |
|---|---|
| FitTypeProperty | Identifies the FitTypeProperty dependency property. |
| OrderProperty | Identifies the OrderProperty dependency property. |
| 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. |
| 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. |