INxTrendline Interface
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  Assembly: Qlik.Engine.dll
Information about the calculated trendline.
Syntax
[ValueClass]
public interface INxTrendline : IAbstractStructureProperties
| Name | Description | 
|---|---|
| Coeff | Coefficent c0..cN depending on the trendline type. JSON property name: qCoeff | 
| ElemNo | Inner Dim elem no JSON property name: qElemNo | 
| Error | This parameter is optional and is displayed in case of error. JSON property name: qError | 
| Expression | Trendline expression JSON property name: qExpression | 
| R2 | R2 score. Value between 0..1 that shows the correlation between the trendline and the data. Higher value means higher correlation. JSON property name: qR2 | 
| Type | Type of trendline JSON property name: qType |