# FarPoint.Win.Chart.WaterfallSeries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_WaterfallSeries" data-uid="FarPoint.Win.Chart.WaterfallSeries" class="text-break">WaterfallSeries Class
</h1>
  <div class="markdown level0 summary"><p>Represents a waterfall 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.Win.Chart.Series.html">Series</a></div>
    <div class="level2"><a class="xref" href="FarPoint.Win.Chart.YSeries.html">YSeries</a></div>
    <div class="level3"><span class="xref">WaterfallSeries</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><span class="xref">IXmlSerializable</span></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Chart.html">FarPoint.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Chart.dll</h6>
  <h5 id="FarPoint_Win_Chart_WaterfallSeries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GenericTypeConverter&lt;WaterfallSeries&gt;))]
public class WaterfallSeries : YSeries, ICloneable, IXmlSerializable, ISerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GenericTypeConverter(Of WaterfallSeries)))&gt;
Public Class WaterfallSeries
    Inherits YSeries
    Implements ICloneable, IXmlSerializable, ISerializable</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_Win_Chart_WaterfallSeries__ctor" data-uid="FarPoint.Win.Chart.WaterfallSeries.#ctor">
          <a class="xref" href="FarPoint.Win.Chart.WaterfallSeries.-ctor.html#FarPoint_Win_Chart_WaterfallSeries__ctor">WaterfallSeries()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_WaterfallSeries__ctor_FarPoint_Win_Chart_WaterfallSeries_" data-uid="FarPoint.Win.Chart.WaterfallSeries.#ctor(FarPoint.Win.Chart.WaterfallSeries)">
          <a class="xref" href="FarPoint.Win.Chart.WaterfallSeries.-ctor.html#FarPoint_Win_Chart_WaterfallSeries__ctor_FarPoint_Win_Chart_WaterfallSeries_">WaterfallSeries(WaterfallSeries)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series that is a deep copy 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_Win_Chart_WaterfallSeries_Border" data-uid="FarPoint.Win.Chart.WaterfallSeries.Border">
          <a class="xref" href="FarPoint.Win.Chart.WaterfallSeries.Border.html#FarPoint_Win_Chart_WaterfallSeries_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bar border for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_WaterfallSeries_Borders" data-uid="FarPoint.Win.Chart.WaterfallSeries.Borders">
          <a class="xref" href="FarPoint.Win.Chart.WaterfallSeries.Borders.html#FarPoint_Win_Chart_WaterfallSeries_Borders">Borders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of bar borders for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_WaterfallSeries_Count" data-uid="FarPoint.Win.Chart.WaterfallSeries.Count">
          <a class="xref" href="FarPoint.Win.Chart.WaterfallSeries.Count.html#FarPoint_Win_Chart_WaterfallSeries_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_Win_Chart_WaterfallSeries_Fill" data-uid="FarPoint.Win.Chart.WaterfallSeries.Fill">
          <a class="xref" href="FarPoint.Win.Chart.WaterfallSeries.Fill.html#FarPoint_Win_Chart_WaterfallSeries_Fill">Fill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bar fill for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_WaterfallSeries_Fills" data-uid="FarPoint.Win.Chart.WaterfallSeries.Fills">
          <a class="xref" href="FarPoint.Win.Chart.WaterfallSeries.Fills.html#FarPoint_Win_Chart_WaterfallSeries_Fills">Fills</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the collection of bar fills for the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_WaterfallSeries_GapWidth" data-uid="FarPoint.Win.Chart.WaterfallSeries.GapWidth">
          <a class="xref" href="FarPoint.Win.Chart.WaterfallSeries.GapWidth.html#FarPoint_Win_Chart_WaterfallSeries_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_Win_Chart_WaterfallSeries_LabelContainsValue" data-uid="FarPoint.Win.Chart.WaterfallSeries.LabelContainsValue">
          <a class="xref" href="FarPoint.Win.Chart.WaterfallSeries.LabelContainsValue.html#FarPoint_Win_Chart_WaterfallSeries_LabelContainsValue">LabelContainsValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the value is displayed in the labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_WaterfallSeries_LabelVisible" data-uid="FarPoint.Win.Chart.WaterfallSeries.LabelVisible">
          <a class="xref" href="FarPoint.Win.Chart.WaterfallSeries.LabelVisible.html#FarPoint_Win_Chart_WaterfallSeries_LabelVisible">LabelVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the data labels are visible.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_WaterfallSeries_ShowConnectorLine" data-uid="FarPoint.Win.Chart.WaterfallSeries.ShowConnectorLine">
          <a class="xref" href="FarPoint.Win.Chart.WaterfallSeries.ShowConnectorLine.html#FarPoint_Win_Chart_WaterfallSeries_ShowConnectorLine">ShowConnectorLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether there is a visible connector line between the series points.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_WaterfallSeries_Values" data-uid="FarPoint.Win.Chart.WaterfallSeries.Values">
          <a class="xref" href="FarPoint.Win.Chart.WaterfallSeries.Values.html#FarPoint_Win_Chart_WaterfallSeries_Values">Values</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of values 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_Win_Chart_WaterfallSeries_Clone" data-uid="FarPoint.Win.Chart.WaterfallSeries.Clone">
          <a class="xref" href="FarPoint.Win.Chart.WaterfallSeries.Clone.html#FarPoint_Win_Chart_WaterfallSeries_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a deep copy of this series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_WaterfallSeries_GetSchema" data-uid="FarPoint.Win.Chart.WaterfallSeries.GetSchema">
          <a class="xref" href="FarPoint.Win.Chart.WaterfallSeries.GetSchema.html#FarPoint_Win_Chart_WaterfallSeries_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_Win_Chart_WaterfallSeries_IsTotal_System_Int32_" data-uid="FarPoint.Win.Chart.WaterfallSeries.IsTotal(System.Int32)">
          <a class="xref" href="FarPoint.Win.Chart.WaterfallSeries.IsTotal.html#FarPoint_Win_Chart_WaterfallSeries_IsTotal_System_Int32_">IsTotal(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the index point is a total.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_WaterfallSeries_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Win.Chart.WaterfallSeries.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Win.Chart.WaterfallSeries.ReadXml.html#FarPoint_Win_Chart_WaterfallSeries_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_Win_Chart_WaterfallSeries_ReadXmlElement_System_Xml_XmlReader_" data-uid="FarPoint.Win.Chart.WaterfallSeries.ReadXmlElement(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Win.Chart.WaterfallSeries.ReadXmlElement.html#FarPoint_Win_Chart_WaterfallSeries_ReadXmlElement_System_Xml_XmlReader_">ReadXmlElement(XmlReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads the child XML element.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_WaterfallSeries_SetTotal_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Chart.WaterfallSeries.SetTotal(System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Chart.WaterfallSeries.SetTotal.html#FarPoint_Win_Chart_WaterfallSeries_SetTotal_System_Int32_System_Boolean_">SetTotal(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets whether a point is total.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_WaterfallSeries_SetTotals_System_String_" data-uid="FarPoint.Win.Chart.WaterfallSeries.SetTotals(System.String)">
          <a class="xref" href="FarPoint.Win.Chart.WaterfallSeries.SetTotals.html#FarPoint_Win_Chart_WaterfallSeries_SetTotals_System_String_">SetTotals(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the list of total points.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_WaterfallSeries_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Win.Chart.WaterfallSeries.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Win.Chart.WaterfallSeries.WriteXml.html#FarPoint_Win_Chart_WaterfallSeries_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>
