NxTrendline Class
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  Assembly: Qlik.Engine.dll
Information about the calculated trendline.
Inheritance
- 
      System.Object
      
- 
          AbstractStructure
          
- NxTrendline
 
 
 - 
          AbstractStructure
          
 
Syntax
[ValueClass]
public class NxTrendline : AbstractStructure, IDisposable, INxTrendline, IAbstractStructureConstructors
| Name | Description | 
|---|---|
| NxTrendline() | 
           Creates an instance of the NxTrendline class  | 
      
Properties
| 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  |