# C1.WPF.Chart.Waterfall

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Chart_Waterfall" data-uid="C1.WPF.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="https://learn.microsoft.com/dotnet/api/system.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="C1.WPF.Chart.Series.html">Series</a></div>
    <div class="level4"><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><span class="xref">IValueProvider</span></div>
    <div><span class="xref">IWaterfall</span></div>
    <div><span class="xref">IStyleProvider</span></div>
    <div><span class="xref">ISeries</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Chart.html">C1.WPF.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.FlexChart.4.6.2.dll</h6>
  <h5 id="C1_WPF_Chart_Waterfall_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Waterfall : Series, IDisposable, IValueProvider, IWaterfall, IStyleProvider, ISeries</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Waterfall
    Inherits Series
    Implements IDisposable, IValueProvider, IWaterfall, IStyleProvider, ISeries</code></pre>
  </div>
  <h5 id="C1_WPF_Chart_Waterfall_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <a class="xref" href="C1.WPF.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_WPF_Chart_Waterfall__ctor" data-uid="C1.WPF.Chart.Waterfall.#ctor">
          <a class="xref" href="C1.WPF.Chart.Waterfall.-ctor.html#C1_WPF_Chart_Waterfall__ctor">Waterfall()</a>
        </td>
        <td class="markdown level1 summary"><p>Create an instance of Waterfall.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Chart_Waterfall_ConnectorLineStyleProperty" data-uid="C1.WPF.Chart.Waterfall.ConnectorLineStyleProperty">
          <a class="xref" href="C1.WPF.Chart.Waterfall.ConnectorLineStyleProperty.html">ConnectorLineStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the ConnectorLineStyle dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Waterfall_ConnectorLinesProperty" data-uid="C1.WPF.Chart.Waterfall.ConnectorLinesProperty">
          <a class="xref" href="C1.WPF.Chart.Waterfall.ConnectorLinesProperty.html">ConnectorLinesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the ConnectorLines dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Waterfall_FallingStyleProperty" data-uid="C1.WPF.Chart.Waterfall.FallingStyleProperty">
          <a class="xref" href="C1.WPF.Chart.Waterfall.FallingStyleProperty.html">FallingStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the FallingStyle dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Waterfall_IntermediateTotalLabelsProperty" data-uid="C1.WPF.Chart.Waterfall.IntermediateTotalLabelsProperty">
          <a class="xref" href="C1.WPF.Chart.Waterfall.IntermediateTotalLabelsProperty.html">IntermediateTotalLabelsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the IntermediateTotalLabels dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Waterfall_IntermediateTotalPositionsProperty" data-uid="C1.WPF.Chart.Waterfall.IntermediateTotalPositionsProperty">
          <a class="xref" href="C1.WPF.Chart.Waterfall.IntermediateTotalPositionsProperty.html">IntermediateTotalPositionsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the IntermediateTotalPositions dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Waterfall_IntermediateTotalStyleProperty" data-uid="C1.WPF.Chart.Waterfall.IntermediateTotalStyleProperty">
          <a class="xref" href="C1.WPF.Chart.Waterfall.IntermediateTotalStyleProperty.html">IntermediateTotalStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the IntermediateTotalStyle dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Waterfall_RelativeDataProperty" data-uid="C1.WPF.Chart.Waterfall.RelativeDataProperty">
          <a class="xref" href="C1.WPF.Chart.Waterfall.RelativeDataProperty.html">RelativeDataProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the RelativeData dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Waterfall_RisingStyleProperty" data-uid="C1.WPF.Chart.Waterfall.RisingStyleProperty">
          <a class="xref" href="C1.WPF.Chart.Waterfall.RisingStyleProperty.html">RisingStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the RisingStyle dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Waterfall_ShowIntermediateTotalProperty" data-uid="C1.WPF.Chart.Waterfall.ShowIntermediateTotalProperty">
          <a class="xref" href="C1.WPF.Chart.Waterfall.ShowIntermediateTotalProperty.html">ShowIntermediateTotalProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the ShowIntermediateTotal dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Waterfall_ShowTotalProperty" data-uid="C1.WPF.Chart.Waterfall.ShowTotalProperty">
          <a class="xref" href="C1.WPF.Chart.Waterfall.ShowTotalProperty.html">ShowTotalProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the ShowTotal dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Waterfall_StartLabelProperty" data-uid="C1.WPF.Chart.Waterfall.StartLabelProperty">
          <a class="xref" href="C1.WPF.Chart.Waterfall.StartLabelProperty.html">StartLabelProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the StartLabel dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Waterfall_StartProperty" data-uid="C1.WPF.Chart.Waterfall.StartProperty">
          <a class="xref" href="C1.WPF.Chart.Waterfall.StartProperty.html">StartProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Start dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Waterfall_StartStyleProperty" data-uid="C1.WPF.Chart.Waterfall.StartStyleProperty">
          <a class="xref" href="C1.WPF.Chart.Waterfall.StartStyleProperty.html">StartStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the StartStyle dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Waterfall_TotalLabelProperty" data-uid="C1.WPF.Chart.Waterfall.TotalLabelProperty">
          <a class="xref" href="C1.WPF.Chart.Waterfall.TotalLabelProperty.html">TotalLabelProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the TotalLabel dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Waterfall_TotalStyleProperty" data-uid="C1.WPF.Chart.Waterfall.TotalStyleProperty">
          <a class="xref" href="C1.WPF.Chart.Waterfall.TotalStyleProperty.html">TotalStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the TotalStyle dependency property.</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_WPF_Chart_Waterfall_ConnectorLineStyle" data-uid="C1.WPF.Chart.Waterfall.ConnectorLineStyle">
          <a class="xref" href="C1.WPF.Chart.Waterfall.ConnectorLineStyle.html#C1_WPF_Chart_Waterfall_ConnectorLineStyle">ConnectorLineStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ConnectorLineStyle property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Waterfall_ConnectorLines" data-uid="C1.WPF.Chart.Waterfall.ConnectorLines">
          <a class="xref" href="C1.WPF.Chart.Waterfall.ConnectorLines.html#C1_WPF_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_WPF_Chart_Waterfall_FallingStyle" data-uid="C1.WPF.Chart.Waterfall.FallingStyle">
          <a class="xref" href="C1.WPF.Chart.Waterfall.FallingStyle.html#C1_WPF_Chart_Waterfall_FallingStyle">FallingStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the FallingStyle property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Waterfall_IntermediateTotalLabels" data-uid="C1.WPF.Chart.Waterfall.IntermediateTotalLabels">
          <a class="xref" href="C1.WPF.Chart.Waterfall.IntermediateTotalLabels.html#C1_WPF_Chart_Waterfall_IntermediateTotalLabels">IntermediateTotalLabels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of the property that contains the label of the intermediate total bar, it should be an array or a string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Waterfall_IntermediateTotalPositions" data-uid="C1.WPF.Chart.Waterfall.IntermediateTotalPositions">
          <a class="xref" href="C1.WPF.Chart.Waterfall.IntermediateTotalPositions.html#C1_WPF_Chart_Waterfall_IntermediateTotalPositions">IntermediateTotalPositions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of the property that contains the index for positions of the intermediate total bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Waterfall_IntermediateTotalStyle" data-uid="C1.WPF.Chart.Waterfall.IntermediateTotalStyle">
          <a class="xref" href="C1.WPF.Chart.Waterfall.IntermediateTotalStyle.html#C1_WPF_Chart_Waterfall_IntermediateTotalStyle">IntermediateTotalStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the IntermediateTotalStyle property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Waterfall_RelativeData" data-uid="C1.WPF.Chart.Waterfall.RelativeData">
          <a class="xref" href="C1.WPF.Chart.Waterfall.RelativeData.html#C1_WPF_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_WPF_Chart_Waterfall_RisingStyle" data-uid="C1.WPF.Chart.Waterfall.RisingStyle">
          <a class="xref" href="C1.WPF.Chart.Waterfall.RisingStyle.html#C1_WPF_Chart_Waterfall_RisingStyle">RisingStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the RisingStyle property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Waterfall_ShowIntermediateTotal" data-uid="C1.WPF.Chart.Waterfall.ShowIntermediateTotal">
          <a class="xref" href="C1.WPF.Chart.Waterfall.ShowIntermediateTotal.html#C1_WPF_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_WPF_Chart_Waterfall_ShowTotal" data-uid="C1.WPF.Chart.Waterfall.ShowTotal">
          <a class="xref" href="C1.WPF.Chart.Waterfall.ShowTotal.html#C1_WPF_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_WPF_Chart_Waterfall_Start" data-uid="C1.WPF.Chart.Waterfall.Start">
          <a class="xref" href="C1.WPF.Chart.Waterfall.Start.html#C1_WPF_Chart_Waterfall_Start">Start</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines the value of the start bar.
If start is null, start bar will not show.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Waterfall_StartLabel" data-uid="C1.WPF.Chart.Waterfall.StartLabel">
          <a class="xref" href="C1.WPF.Chart.Waterfall.StartLabel.html#C1_WPF_Chart_Waterfall_StartLabel">StartLabel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the label of the start bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Waterfall_StartStyle" data-uid="C1.WPF.Chart.Waterfall.StartStyle">
          <a class="xref" href="C1.WPF.Chart.Waterfall.StartStyle.html#C1_WPF_Chart_Waterfall_StartStyle">StartStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the StartStyle property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Waterfall_TotalLabel" data-uid="C1.WPF.Chart.Waterfall.TotalLabel">
          <a class="xref" href="C1.WPF.Chart.Waterfall.TotalLabel.html#C1_WPF_Chart_Waterfall_TotalLabel">TotalLabel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the label of the total bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Waterfall_TotalStyle" data-uid="C1.WPF.Chart.Waterfall.TotalStyle">
          <a class="xref" href="C1.WPF.Chart.Waterfall.TotalStyle.html#C1_WPF_Chart_Waterfall_TotalStyle">TotalStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the TotalStyle property.</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_WPF_Chart_Waterfall_GetStyle_System_String_" data-uid="C1.WPF.Chart.Waterfall.GetStyle(System.String)">
          <a class="xref" href="C1.WPF.Chart.Waterfall.GetStyle.html#C1_WPF_Chart_Waterfall_GetStyle_System_String_">GetStyle(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets style by its name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Waterfall_GetValues_System_Int32_" data-uid="C1.WPF.Chart.Waterfall.GetValues(System.Int32)">
          <a class="xref" href="C1.WPF.Chart.Waterfall.GetValues.html#C1_WPF_Chart_Waterfall_GetValues_System_Int32_">GetValues(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the point data array for the specified coordinate dimension.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Waterfall_SetStyle_C1_Chart__Style_System_String_" data-uid="C1.WPF.Chart.Waterfall.SetStyle(C1.Chart._Style,System.String)">
          <a class="xref" href="C1.WPF.Chart.Waterfall.SetStyle.html#C1_WPF_Chart_Waterfall_SetStyle_C1_Chart__Style_System_String_">SetStyle(_Style, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets chart style.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
