# C1.Win.Chart.Finance.Fibonacci

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Chart_Finance_Fibonacci" data-uid="C1.Win.Chart.Finance.Fibonacci" class="text-break">Fibonacci Class
</h1>
  <div class="markdown level0 summary"><p>Represents a Fibonacci Retracements tool for the FinancialChart.
This tool enables the calculation and plotting of various alert levels that are
useful in financial charts.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="../C1.Win.FlexChart.10/C1.Chart.SeriesBase.html">SeriesBase</a></div>
    <div class="level2"><a class="xref" href="../C1.Win.FlexChart.10/C1.Win.Chart.Series.html">Series</a></div>
    <div class="level3"><span class="xref">Fibonacci</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><span class="xref">ISeries</span></div>
    <div><span class="xref">IStyleProvider</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Chart.Finance.html">C1.Win.Chart.Finance</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FinancialChart.10.dll</h6>
  <h5 id="C1_Win_Chart_Finance_Fibonacci_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Fibonacci : Series, IDisposable, ISeries, IStyleProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Fibonacci
    Inherits Series
    Implements IDisposable, ISeries, IStyleProvider</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Chart_Finance_Fibonacci__ctor" data-uid="C1.Win.Chart.Finance.Fibonacci.#ctor">
          <a class="xref" href="C1.Win.Chart.Finance.Fibonacci.-ctor.html#C1_Win_Chart_Finance_Fibonacci__ctor">Fibonacci()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Chart_Finance_Fibonacci_High" data-uid="C1.Win.Chart.Finance.Fibonacci.High">
          <a class="xref" href="C1.Win.Chart.Finance.Fibonacci.High.html#C1_Win_Chart_Finance_Fibonacci_High">High</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the high value of Fibonacci tool.
If not specified, the high value is calculated based on
data values provided by the ItemsSource.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Finance_Fibonacci_LabelPosition" data-uid="C1.Win.Chart.Finance.Fibonacci.LabelPosition">
          <a class="xref" href="C1.Win.Chart.Finance.Fibonacci.LabelPosition.html#C1_Win_Chart_Finance_Fibonacci_LabelPosition">LabelPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the label position for levels in Fibonacci tool.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Finance_Fibonacci_Levels" data-uid="C1.Win.Chart.Finance.Fibonacci.Levels">
          <a class="xref" href="C1.Win.Chart.Finance.Fibonacci.Levels.html#C1_Win_Chart_Finance_Fibonacci_Levels">Levels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the array of levels for plotting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Finance_Fibonacci_Low" data-uid="C1.Win.Chart.Finance.Fibonacci.Low">
          <a class="xref" href="C1.Win.Chart.Finance.Fibonacci.Low.html#C1_Win_Chart_Finance_Fibonacci_Low">Low</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the low value of Fibonacci tool.
If not specified, the low value is calculated based on
data values provided by ItemsSource.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Finance_Fibonacci_MaxX" data-uid="C1.Win.Chart.Finance.Fibonacci.MaxX">
          <a class="xref" href="C1.Win.Chart.Finance.Fibonacci.MaxX.html#C1_Win_Chart_Finance_Fibonacci_MaxX">MaxX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the x maximum value of the Fibonacci tool.
If not specified, current maximum of x-axis is used.
The value can be specified as a number or Date object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Finance_Fibonacci_MinX" data-uid="C1.Win.Chart.Finance.Fibonacci.MinX">
          <a class="xref" href="C1.Win.Chart.Finance.Fibonacci.MinX.html#C1_Win_Chart_Finance_Fibonacci_MinX">MinX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the x minimum value of the Fibonacci tool.
If not specified, current minimum of x-axis is used.
The value can be specified as a number or Date object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Finance_Fibonacci_Uptrend" data-uid="C1.Win.Chart.Finance.Fibonacci.Uptrend">
          <a class="xref" href="C1.Win.Chart.Finance.Fibonacci.Uptrend.html#C1_Win_Chart_Finance_Fibonacci_Uptrend">Uptrend</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to create uptrending Fibonacci tool.
Default value is true(uptrend). If the value is false, the downtrending levels are plotted.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Chart_Finance_Fibonacci_GetChartType" data-uid="C1.Win.Chart.Finance.Fibonacci.GetChartType">
          <a class="xref" href="C1.Win.Chart.Finance.Fibonacci.GetChartType.html#C1_Win_Chart_Finance_Fibonacci_GetChartType">GetChartType()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the chart type.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
