# C1.Web.Mvc.Finance.FibonacciArcs-1.Start

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Finance_FibonacciArcs_1_Start_" data-uid="C1.Web.Mvc.Finance.FibonacciArcs`1.Start*">Start Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Finance_FibonacciArcs_1_Start_" data-uid="C1.Web.Mvc.Finance.FibonacciArcs`1.Start*"></a>
<h4 id="C1_Web_Mvc_Finance_FibonacciArcs_1_Start" data-uid="C1.Web.Mvc.Finance.FibonacciArcs`1.Start">Start</h4>
<div class="markdown level1 summary"><p>Gets or sets the starting DataPoint for the base line.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[JsonConverter(typeof(b))]
public DataPoint Start { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;JsonConverter(GetType(b))&gt;
Public Property Start As DataPoint</code></pre>
</div>
<h5 id="C1_Web_Mvc_Finance_FibonacciArcs_1_Start_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The DataPoint X value can be a number or a Date object. Unlike some of the other Fibonacci tools, the starting DataPoint is not calculated automatically if undefined.</p>
</div>
</div>
