# C1.Web.Mvc.TrendLine-1.TrendLineOrder

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_TrendLine_1_TrendLineOrder_" data-uid="C1.Web.Mvc.TrendLine`1.TrendLineOrder*">TrendLineOrder Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_TrendLine_1_TrendLineOrder_" data-uid="C1.Web.Mvc.TrendLine`1.TrendLineOrder*"></a>
<h4 id="C1_Web_Mvc_TrendLine_1_TrendLineOrder" data-uid="C1.Web.Mvc.TrendLine`1.TrendLineOrder">TrendLineOrder</h4>
<div class="markdown level1 summary"><p>Gets or sets the number of terms in a polynomial or fourier equation.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Json(&quot;order&quot;)]
public int TrendLineOrder { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Json(&quot;order&quot;)&gt;
Public Property TrendLineOrder As Integer</code></pre>
</div>
<h5 id="C1_Web_Mvc_TrendLine_1_TrendLineOrder_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Set this value to an integer greater than 1. It works when the fitType is set to TrendLineFitType.Polynomial or TrendLineFitType.Fourier.</p>
</div>
</div>
