# FarPoint.Web.Chart.CandlestickSeries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_CandlestickSeries" data-uid="FarPoint.Web.Chart.CandlestickSeries" class="text-break">CandlestickSeries Class
</h1>
  <div class="markdown level0 summary"><p>Represents a stock series in a Y plot area.</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="FarPoint.Web.Chart.Series.html">Series</a></div>
    <div class="level2"><a class="xref" href="FarPoint.Web.Chart.YSeries.html">YSeries</a></div>
    <div class="level3"><span class="xref">CandlestickSeries</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.xml.serialization.ixmlserializable">IXmlSerializable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Chart.html">FarPoint.Web.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Chart.dll</h6>
  <h5 id="FarPoint_Web_Chart_CandlestickSeries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CandlestickSeries : YSeries, ICloneable, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CandlestickSeries
    Inherits YSeries
    Implements ICloneable, IXmlSerializable</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="FarPoint_Web_Chart_CandlestickSeries__ctor" data-uid="FarPoint.Web.Chart.CandlestickSeries.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.CandlestickSeries.-ctor.html#FarPoint_Web_Chart_CandlestickSeries__ctor">CandlestickSeries()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_CandlestickSeries__ctor_FarPoint_Web_Chart_CandlestickSeries_" data-uid="FarPoint.Web.Chart.CandlestickSeries.#ctor(FarPoint.Web.Chart.CandlestickSeries)">
          <a class="xref" href="FarPoint.Web.Chart.CandlestickSeries.-ctor.html#FarPoint_Web_Chart_CandlestickSeries__ctor_FarPoint_Web_Chart_CandlestickSeries_">CandlestickSeries(CandlestickSeries)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series that is a deep clone of the specified series.</p>
</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="FarPoint_Web_Chart_CandlestickSeries_CloseValues" data-uid="FarPoint.Web.Chart.CandlestickSeries.CloseValues">
          <a class="xref" href="FarPoint.Web.Chart.CandlestickSeries.CloseValues.html#FarPoint_Web_Chart_CandlestickSeries_CloseValues">CloseValues</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of close values for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_CandlestickSeries_Count" data-uid="FarPoint.Web.Chart.CandlestickSeries.Count">
          <a class="xref" href="FarPoint.Web.Chart.CandlestickSeries.Count.html#FarPoint_Web_Chart_CandlestickSeries_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of points in the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_CandlestickSeries_DownBorder" data-uid="FarPoint.Web.Chart.CandlestickSeries.DownBorder">
          <a class="xref" href="FarPoint.Web.Chart.CandlestickSeries.DownBorder.html#FarPoint_Web_Chart_CandlestickSeries_DownBorder">DownBorder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the down border for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_CandlestickSeries_DownBorders" data-uid="FarPoint.Web.Chart.CandlestickSeries.DownBorders">
          <a class="xref" href="FarPoint.Web.Chart.CandlestickSeries.DownBorders.html#FarPoint_Web_Chart_CandlestickSeries_DownBorders">DownBorders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of down borders for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_CandlestickSeries_DownFill" data-uid="FarPoint.Web.Chart.CandlestickSeries.DownFill">
          <a class="xref" href="FarPoint.Web.Chart.CandlestickSeries.DownFill.html#FarPoint_Web_Chart_CandlestickSeries_DownFill">DownFill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the down fill for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_CandlestickSeries_DownFills" data-uid="FarPoint.Web.Chart.CandlestickSeries.DownFills">
          <a class="xref" href="FarPoint.Web.Chart.CandlestickSeries.DownFills.html#FarPoint_Web_Chart_CandlestickSeries_DownFills">DownFills</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of down fills for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_CandlestickSeries_GapDepth" data-uid="FarPoint.Web.Chart.CandlestickSeries.GapDepth">
          <a class="xref" href="FarPoint.Web.Chart.CandlestickSeries.GapDepth.html#FarPoint_Web_Chart_CandlestickSeries_GapDepth">GapDepth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of space between series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_CandlestickSeries_GapWidth" data-uid="FarPoint.Web.Chart.CandlestickSeries.GapWidth">
          <a class="xref" href="FarPoint.Web.Chart.CandlestickSeries.GapWidth.html#FarPoint_Web_Chart_CandlestickSeries_GapWidth">GapWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of space between categories.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_CandlestickSeries_HighValues" data-uid="FarPoint.Web.Chart.CandlestickSeries.HighValues">
          <a class="xref" href="FarPoint.Web.Chart.CandlestickSeries.HighValues.html#FarPoint_Web_Chart_CandlestickSeries_HighValues">HighValues</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of high values for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_CandlestickSeries_LabelContainsCloseValue" data-uid="FarPoint.Web.Chart.CandlestickSeries.LabelContainsCloseValue">
          <a class="xref" href="FarPoint.Web.Chart.CandlestickSeries.LabelContainsCloseValue.html#FarPoint_Web_Chart_CandlestickSeries_LabelContainsCloseValue">LabelContainsCloseValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the close value is displayed in the labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_CandlestickSeries_LabelContainsHighValue" data-uid="FarPoint.Web.Chart.CandlestickSeries.LabelContainsHighValue">
          <a class="xref" href="FarPoint.Web.Chart.CandlestickSeries.LabelContainsHighValue.html#FarPoint_Web_Chart_CandlestickSeries_LabelContainsHighValue">LabelContainsHighValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the high value is displayed in the labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_CandlestickSeries_LabelContainsLowValue" data-uid="FarPoint.Web.Chart.CandlestickSeries.LabelContainsLowValue">
          <a class="xref" href="FarPoint.Web.Chart.CandlestickSeries.LabelContainsLowValue.html#FarPoint_Web_Chart_CandlestickSeries_LabelContainsLowValue">LabelContainsLowValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the low value is displayed in the labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_CandlestickSeries_LabelContainsOpenValue" data-uid="FarPoint.Web.Chart.CandlestickSeries.LabelContainsOpenValue">
          <a class="xref" href="FarPoint.Web.Chart.CandlestickSeries.LabelContainsOpenValue.html#FarPoint_Web_Chart_CandlestickSeries_LabelContainsOpenValue">LabelContainsOpenValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the open value is displayed in the labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_CandlestickSeries_LowValues" data-uid="FarPoint.Web.Chart.CandlestickSeries.LowValues">
          <a class="xref" href="FarPoint.Web.Chart.CandlestickSeries.LowValues.html#FarPoint_Web_Chart_CandlestickSeries_LowValues">LowValues</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of low values for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_CandlestickSeries_OpenValues" data-uid="FarPoint.Web.Chart.CandlestickSeries.OpenValues">
          <a class="xref" href="FarPoint.Web.Chart.CandlestickSeries.OpenValues.html#FarPoint_Web_Chart_CandlestickSeries_OpenValues">OpenValues</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of open values for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_CandlestickSeries_UpBorder" data-uid="FarPoint.Web.Chart.CandlestickSeries.UpBorder">
          <a class="xref" href="FarPoint.Web.Chart.CandlestickSeries.UpBorder.html#FarPoint_Web_Chart_CandlestickSeries_UpBorder">UpBorder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the up border for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_CandlestickSeries_UpBorders" data-uid="FarPoint.Web.Chart.CandlestickSeries.UpBorders">
          <a class="xref" href="FarPoint.Web.Chart.CandlestickSeries.UpBorders.html#FarPoint_Web_Chart_CandlestickSeries_UpBorders">UpBorders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of up borders for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_CandlestickSeries_UpFill" data-uid="FarPoint.Web.Chart.CandlestickSeries.UpFill">
          <a class="xref" href="FarPoint.Web.Chart.CandlestickSeries.UpFill.html#FarPoint_Web_Chart_CandlestickSeries_UpFill">UpFill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the up fill for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_CandlestickSeries_UpFills" data-uid="FarPoint.Web.Chart.CandlestickSeries.UpFills">
          <a class="xref" href="FarPoint.Web.Chart.CandlestickSeries.UpFills.html#FarPoint_Web_Chart_CandlestickSeries_UpFills">UpFills</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of up fills for the series.</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="FarPoint_Web_Chart_CandlestickSeries_Clone" data-uid="FarPoint.Web.Chart.CandlestickSeries.Clone">
          <a class="xref" href="FarPoint.Web.Chart.CandlestickSeries.Clone.html#FarPoint_Web_Chart_CandlestickSeries_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a deep copy of this series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_CandlestickSeries_GetSchema" data-uid="FarPoint.Web.Chart.CandlestickSeries.GetSchema">
          <a class="xref" href="FarPoint.Web.Chart.CandlestickSeries.GetSchema.html#FarPoint_Web_Chart_CandlestickSeries_GetSchema">GetSchema()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is reserved and should not be used.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_CandlestickSeries_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Web.Chart.CandlestickSeries.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Web.Chart.CandlestickSeries.ReadXml.html#FarPoint_Web_Chart_CandlestickSeries_ReadXml_System_Xml_XmlReader_">ReadXml(XmlReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates an object from its XML representation</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_CandlestickSeries_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Web.Chart.CandlestickSeries.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Web.Chart.CandlestickSeries.WriteXml.html#FarPoint_Web_Chart_CandlestickSeries_WriteXml_System_Xml_XmlWriter_">WriteXml(XmlWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts an object into its XML representation.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
