# C1.Win.Chart.Finance.BollingerBands

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Chart_Finance_BollingerBands" data-uid="C1.Win.Chart.Finance.BollingerBands" class="text-break">BollingerBands Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Win.Chart.Finance.BollingerBands.html">BollingerBands</a> class.</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"><a class="xref" href="C1.Win.Chart.Finance.FinancialSeries.html">FinancialSeries</a></div>
    <div class="level4"><a class="xref" href="C1.Win.Chart.Finance.IndicatorBase.html">IndicatorBase</a></div>
    <div class="level5"><span class="xref">BollingerBands</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_BollingerBands_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BollingerBands : IndicatorBase, IDisposable, ISeries, IStyleProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class BollingerBands
    Inherits IndicatorBase
    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_BollingerBands__ctor" data-uid="C1.Win.Chart.Finance.BollingerBands.#ctor">
          <a class="xref" href="C1.Win.Chart.Finance.BollingerBands.-ctor.html#C1_Win_Chart_Finance_BollingerBands__ctor">BollingerBands()</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_BollingerBands_LowerYVals" data-uid="C1.Win.Chart.Finance.BollingerBands.LowerYVals">
          <a class="xref" href="C1.Win.Chart.Finance.BollingerBands.LowerYVals.html#C1_Win_Chart_Finance_BollingerBands_LowerYVals">LowerYVals</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the array of lower Y values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Finance_BollingerBands_MiddleYVals" data-uid="C1.Win.Chart.Finance.BollingerBands.MiddleYVals">
          <a class="xref" href="C1.Win.Chart.Finance.BollingerBands.MiddleYVals.html#C1_Win_Chart_Finance_BollingerBands_MiddleYVals">MiddleYVals</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the array of middle Y values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Finance_BollingerBands_Multiplier" data-uid="C1.Win.Chart.Finance.BollingerBands.Multiplier">
          <a class="xref" href="C1.Win.Chart.Finance.BollingerBands.Multiplier.html#C1_Win_Chart_Finance_BollingerBands_Multiplier">Multiplier</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the standard deviation multiplier.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Finance_BollingerBands_UpperYVals" data-uid="C1.Win.Chart.Finance.BollingerBands.UpperYVals">
          <a class="xref" href="C1.Win.Chart.Finance.BollingerBands.UpperYVals.html#C1_Win_Chart_Finance_BollingerBands_UpperYVals">UpperYVals</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the array of upper Y values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Finance_BollingerBands_XVals" data-uid="C1.Win.Chart.Finance.BollingerBands.XVals">
          <a class="xref" href="C1.Win.Chart.Finance.BollingerBands.XVals.html#C1_Win_Chart_Finance_BollingerBands_XVals">XVals</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the array of X values.</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_BollingerBands_GetItem_System_Int32_" data-uid="C1.Win.Chart.Finance.BollingerBands.GetItem(System.Int32)">
          <a class="xref" href="C1.Win.Chart.Finance.BollingerBands.GetItem.html#C1_Win_Chart_Finance_BollingerBands_GetItem_System_Int32_">GetItem(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data item.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
