# C1.Win.Chart.Waterfall

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Chart_Waterfall" data-uid="C1.Win.Chart.Waterfall" class="text-break">Waterfall Class
</h1>
  <div class="markdown level0 summary"><p>Represents a Waterfall series for FlexChart.</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.Chart.SeriesBase.html">SeriesBase</a></div>
    <div class="level2"><a class="xref" href="C1.Win.Chart.Series.html">Series</a></div>
    <div class="level3"><span class="xref">Waterfall</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>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Chart.html">C1.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexChart.10.dll</h6>
  <h5 id="C1_Win_Chart_Waterfall_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Waterfall : Series, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Waterfall
    Inherits Series
    Implements IDisposable</code></pre>
  </div>
  <h5 id="C1_Win_Chart_Waterfall_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <a class="xref" href="C1.Win.Chart.Waterfall.html">Waterfall</a> series is normally used to demonstrate
how the starting position either increases or decreases through a series of changes.</p>
</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_Waterfall__ctor" data-uid="C1.Win.Chart.Waterfall.#ctor">
          <a class="xref" href="C1.Win.Chart.Waterfall.-ctor.html#C1_Win_Chart_Waterfall__ctor">Waterfall()</a>
        </td>
        <td class="markdown level1 summary"><p>Create an instance of Waterfall.</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="C1_Win_Chart_Waterfall_ConnectorLineStyle" data-uid="C1.Win.Chart.Waterfall.ConnectorLineStyle">
          <a class="xref" href="C1.Win.Chart.Waterfall.ConnectorLineStyle.html#C1_Win_Chart_Waterfall_ConnectorLineStyle">ConnectorLineStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style of connector lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Waterfall_ConnectorLines" data-uid="C1.Win.Chart.Waterfall.ConnectorLines">
          <a class="xref" href="C1.Win.Chart.Waterfall.ConnectorLines.html#C1_Win_Chart_Waterfall_ConnectorLines">ConnectorLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether to show connector lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Waterfall_FallingStyle" data-uid="C1.Win.Chart.Waterfall.FallingStyle">
          <a class="xref" href="C1.Win.Chart.Waterfall.FallingStyle.html#C1_Win_Chart_Waterfall_FallingStyle">FallingStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style for the data points representing falling values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Waterfall_IntermediateTotalLabels" data-uid="C1.Win.Chart.Waterfall.IntermediateTotalLabels">
          <a class="xref" href="C1.Win.Chart.Waterfall.IntermediateTotalLabels.html#C1_Win_Chart_Waterfall_IntermediateTotalLabels">IntermediateTotalLabels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list of the text labels of the intermediate total bars.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Waterfall_IntermediateTotalPositions" data-uid="C1.Win.Chart.Waterfall.IntermediateTotalPositions">
          <a class="xref" href="C1.Win.Chart.Waterfall.IntermediateTotalPositions.html#C1_Win_Chart_Waterfall_IntermediateTotalPositions">IntermediateTotalPositions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list of the positions of the intermediate total bars.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Waterfall_IntermediateTotalStyle" data-uid="C1.Win.Chart.Waterfall.IntermediateTotalStyle">
          <a class="xref" href="C1.Win.Chart.Waterfall.IntermediateTotalStyle.html#C1_Win_Chart_Waterfall_IntermediateTotalStyle">IntermediateTotalStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style for the data points representing intermediate total values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Waterfall_RelativeData" data-uid="C1.Win.Chart.Waterfall.RelativeData">
          <a class="xref" href="C1.Win.Chart.Waterfall.RelativeData.html#C1_Win_Chart_Waterfall_RelativeData">RelativeData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the given data is relative.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Waterfall_RisingStyle" data-uid="C1.Win.Chart.Waterfall.RisingStyle">
          <a class="xref" href="C1.Win.Chart.Waterfall.RisingStyle.html#C1_Win_Chart_Waterfall_RisingStyle">RisingStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style for the data points representing rising values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Waterfall_ShowIntermediateTotal" data-uid="C1.Win.Chart.Waterfall.ShowIntermediateTotal">
          <a class="xref" href="C1.Win.Chart.Waterfall.ShowIntermediateTotal.html#C1_Win_Chart_Waterfall_ShowIntermediateTotal">ShowIntermediateTotal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether to show the intermediate total bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Waterfall_ShowTotal" data-uid="C1.Win.Chart.Waterfall.ShowTotal">
          <a class="xref" href="C1.Win.Chart.Waterfall.ShowTotal.html#C1_Win_Chart_Waterfall_ShowTotal">ShowTotal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether show total bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Waterfall_Start" data-uid="C1.Win.Chart.Waterfall.Start">
          <a class="xref" href="C1.Win.Chart.Waterfall.Start.html#C1_Win_Chart_Waterfall_Start">Start</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the starting data value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Waterfall_StartLabel" data-uid="C1.Win.Chart.Waterfall.StartLabel">
          <a class="xref" href="C1.Win.Chart.Waterfall.StartLabel.html#C1_Win_Chart_Waterfall_StartLabel">StartLabel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text label for starting data point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Waterfall_StartStyle" data-uid="C1.Win.Chart.Waterfall.StartStyle">
          <a class="xref" href="C1.Win.Chart.Waterfall.StartStyle.html#C1_Win_Chart_Waterfall_StartStyle">StartStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style for the data points representing starting values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Waterfall_TotalLabel" data-uid="C1.Win.Chart.Waterfall.TotalLabel">
          <a class="xref" href="C1.Win.Chart.Waterfall.TotalLabel.html#C1_Win_Chart_Waterfall_TotalLabel">TotalLabel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text label for data point representing total value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Waterfall_TotalStyle" data-uid="C1.Win.Chart.Waterfall.TotalStyle">
          <a class="xref" href="C1.Win.Chart.Waterfall.TotalStyle.html#C1_Win_Chart_Waterfall_TotalStyle">TotalStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style for the data points representing total 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_Waterfall_GetStyle_System_String_" data-uid="C1.Win.Chart.Waterfall.GetStyle(System.String)">
          <a class="xref" href="C1.Win.Chart.Waterfall.GetStyle.html#C1_Win_Chart_Waterfall_GetStyle_System_String_">GetStyle(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style by specified name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Waterfall_SetStyle_C1_Chart__Style_System_String_" data-uid="C1.Win.Chart.Waterfall.SetStyle(C1.Chart._Style,System.String)">
          <a class="xref" href="C1.Win.Chart.Waterfall.SetStyle.html#C1_Win_Chart_Waterfall_SetStyle_C1_Chart__Style_System_String_">SetStyle(_Style, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the named style.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
