# C1.Web.Mvc.Waterfall-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Waterfall_1" data-uid="C1.Web.Mvc.Waterfall`1" class="text-break">Waterfall&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Waterfall series is normally used to demonstrate how the starting position either increases or decreases through a series of changes.</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.Web.Mvc.ChartSeriesBase-1.html">ChartSeriesBase</a>&lt;T&gt;</div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.ExtraSeries-1.html">ExtraSeries</a>&lt;T&gt;</div>
    <div class="level3"><span class="xref">Waterfall&lt;T&gt;</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Waterfall_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Waterfall&lt;T&gt; : ExtraSeries&lt;T&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Waterfall(Of T)
    Inherits ExtraSeries(Of T)</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <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_Web_Mvc_Waterfall_1__ctor_C1_Web_Mvc_FlexChartCore__0__" data-uid="C1.Web.Mvc.Waterfall`1.#ctor(C1.Web.Mvc.FlexChartCore{`0})">
          <a class="xref" href="C1.Web.Mvc.Waterfall-1.-ctor.html#C1_Web_Mvc_Waterfall_1__ctor_C1_Web_Mvc_FlexChartCore__0__">Waterfall(FlexChartCore&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Waterfall-1.html">Waterfall&lt;T&gt;</a> instance.</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_Web_Mvc_Waterfall_1_ConnectorLines" data-uid="C1.Web.Mvc.Waterfall`1.ConnectorLines">
          <a class="xref" href="C1.Web.Mvc.Waterfall-1.ConnectorLines.html#C1_Web_Mvc_Waterfall_1_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_Web_Mvc_Waterfall_1_ExtraSeriesTypeName" data-uid="C1.Web.Mvc.Waterfall`1.ExtraSeriesTypeName">
          <a class="xref" href="C1.Web.Mvc.Waterfall-1.ExtraSeriesTypeName.html#C1_Web_Mvc_Waterfall_1_ExtraSeriesTypeName">ExtraSeriesTypeName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the series name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Waterfall_1_IntermediateTotalLabels" data-uid="C1.Web.Mvc.Waterfall`1.IntermediateTotalLabels">
          <a class="xref" href="C1.Web.Mvc.Waterfall-1.IntermediateTotalLabels.html#C1_Web_Mvc_Waterfall_1_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. The property should work with ShowIntermediateTotal and IntermediateToolPositions properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Waterfall_1_IntermediateTotalPositions" data-uid="C1.Web.Mvc.Waterfall`1.IntermediateTotalPositions">
          <a class="xref" href="C1.Web.Mvc.Waterfall-1.IntermediateTotalPositions.html#C1_Web_Mvc_Waterfall_1_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.The property should work with ShowIntermediateTotal and IntermediateToolLabels property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Waterfall_1_RelativeData" data-uid="C1.Web.Mvc.Waterfall`1.RelativeData">
          <a class="xref" href="C1.Web.Mvc.Waterfall-1.RelativeData.html#C1_Web_Mvc_Waterfall_1_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_Web_Mvc_Waterfall_1_ShowIntermediateTotal" data-uid="C1.Web.Mvc.Waterfall`1.ShowIntermediateTotal">
          <a class="xref" href="C1.Web.Mvc.Waterfall-1.ShowIntermediateTotal.html#C1_Web_Mvc_Waterfall_1_ShowIntermediateTotal">ShowIntermediateTotal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether to show the intermediate total bar.The property should work with IntermediateToolPositions and IntermediateToolLabels property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Waterfall_1_ShowTotal" data-uid="C1.Web.Mvc.Waterfall`1.ShowTotal">
          <a class="xref" href="C1.Web.Mvc.Waterfall-1.ShowTotal.html#C1_Web_Mvc_Waterfall_1_ShowTotal">ShowTotal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the show the total bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Waterfall_1_Start" data-uid="C1.Web.Mvc.Waterfall`1.Start">
          <a class="xref" href="C1.Web.Mvc.Waterfall-1.Start.html#C1_Web_Mvc_Waterfall_1_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_Web_Mvc_Waterfall_1_StartLabel" data-uid="C1.Web.Mvc.Waterfall`1.StartLabel">
          <a class="xref" href="C1.Web.Mvc.Waterfall-1.StartLabel.html#C1_Web_Mvc_Waterfall_1_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_Web_Mvc_Waterfall_1_Styles" data-uid="C1.Web.Mvc.Waterfall`1.Styles">
          <a class="xref" href="C1.Web.Mvc.Waterfall-1.Styles.html#C1_Web_Mvc_Waterfall_1_Styles">Styles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the waterfall styles.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Waterfall_1_TotalLabel" data-uid="C1.Web.Mvc.Waterfall`1.TotalLabel">
          <a class="xref" href="C1.Web.Mvc.Waterfall-1.TotalLabel.html#C1_Web_Mvc_Waterfall_1_TotalLabel">TotalLabel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the label of the total bar.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
