# C1.Web.Mvc.Fluent.WaterfallBuilder-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_WaterfallBuilder_1" data-uid="C1.Web.Mvc.Fluent.WaterfallBuilder`1" class="text-break">WaterfallBuilder&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.Waterfall-1.html">Waterfall&lt;T&gt;</a>.</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"><span class="xref">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.Waterfall-1.html">Waterfall</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.WaterfallBuilder-1.html">WaterfallBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.Fluent.ChartSeriesBaseBuilder-3.html">ChartSeriesBaseBuilder</a>&lt;T, <a class="xref" href="C1.Web.Mvc.Waterfall-1.html">Waterfall</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.WaterfallBuilder-1.html">WaterfallBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level4"><a class="xref" href="C1.Web.Mvc.Fluent.ExtraSeriesBuilder-3.html">ExtraSeriesBuilder</a>&lt;T, <a class="xref" href="C1.Web.Mvc.Waterfall-1.html">Waterfall</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.WaterfallBuilder-1.html">WaterfallBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level5"><span class="xref">WaterfallBuilder&lt;T&gt;</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Fluent.html">C1.Web.Mvc.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Fluent_WaterfallBuilder_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class WaterfallBuilder&lt;T&gt; : ExtraSeriesBuilder&lt;T, Waterfall&lt;T&gt;, WaterfallBuilder&lt;T&gt;&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class WaterfallBuilder(Of T)
    Inherits ExtraSeriesBuilder(Of T, Waterfall(Of T), WaterfallBuilder(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_Fluent_WaterfallBuilder_1__ctor_C1_Web_Mvc_Waterfall__0__" data-uid="C1.Web.Mvc.Fluent.WaterfallBuilder`1.#ctor(C1.Web.Mvc.Waterfall{`0})">
          <a class="xref" href="C1.Web.Mvc.Fluent.WaterfallBuilder-1.-ctor.html#C1_Web_Mvc_Fluent_WaterfallBuilder_1__ctor_C1_Web_Mvc_Waterfall__0__">WaterfallBuilder(Waterfall&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.WaterfallBuilder-1.html">WaterfallBuilder&lt;T&gt;</a> instance to configurate <code class="paramref">obj</code>.</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_Web_Mvc_Fluent_WaterfallBuilder_1_ConnectorLines_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.WaterfallBuilder`1.ConnectorLines(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.WaterfallBuilder-1.ConnectorLines.html#C1_Web_Mvc_Fluent_WaterfallBuilder_1_ConnectorLines_System_Boolean_">ConnectorLines(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Waterfall-1.ConnectorLines.html#C1_Web_Mvc_Waterfall_1_ConnectorLines">ConnectorLines</a>.
Sets a value that determines whether to show connector lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_WaterfallBuilder_1_IntermediateTotalLabels_System_String___" data-uid="C1.Web.Mvc.Fluent.WaterfallBuilder`1.IntermediateTotalLabels(System.String[])">
          <a class="xref" href="C1.Web.Mvc.Fluent.WaterfallBuilder-1.IntermediateTotalLabels.html#C1_Web_Mvc_Fluent_WaterfallBuilder_1_IntermediateTotalLabels_System_String___">IntermediateTotalLabels(params string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the IntermediateTotalLabels property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_WaterfallBuilder_1_IntermediateTotalPositions_System_Int32___" data-uid="C1.Web.Mvc.Fluent.WaterfallBuilder`1.IntermediateTotalPositions(System.Int32[])">
          <a class="xref" href="C1.Web.Mvc.Fluent.WaterfallBuilder-1.IntermediateTotalPositions.html#C1_Web_Mvc_Fluent_WaterfallBuilder_1_IntermediateTotalPositions_System_Int32___">IntermediateTotalPositions(params int[])</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the IntermediateTotalPositions property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_WaterfallBuilder_1_RelativeData_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.WaterfallBuilder`1.RelativeData(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.WaterfallBuilder-1.RelativeData.html#C1_Web_Mvc_Fluent_WaterfallBuilder_1_RelativeData_System_Boolean_">RelativeData(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Waterfall-1.RelativeData.html#C1_Web_Mvc_Waterfall_1_RelativeData">RelativeData</a>.
Sets a value that determines whether the given data is relative.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_WaterfallBuilder_1_ShowIntermediateTotal_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.WaterfallBuilder`1.ShowIntermediateTotal(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.WaterfallBuilder-1.ShowIntermediateTotal.html#C1_Web_Mvc_Fluent_WaterfallBuilder_1_ShowIntermediateTotal_System_Boolean_">ShowIntermediateTotal(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Waterfall-1.ShowIntermediateTotal.html#C1_Web_Mvc_Waterfall_1_ShowIntermediateTotal">ShowIntermediateTotal</a>.
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_Fluent_WaterfallBuilder_1_ShowTotal_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.WaterfallBuilder`1.ShowTotal(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.WaterfallBuilder-1.ShowTotal.html#C1_Web_Mvc_Fluent_WaterfallBuilder_1_ShowTotal_System_Boolean_">ShowTotal(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Waterfall-1.ShowTotal.html#C1_Web_Mvc_Waterfall_1_ShowTotal">ShowTotal</a>.
Sets a value that determines whether the show the total bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_WaterfallBuilder_1_Start_System_Nullable_System_Int32__" data-uid="C1.Web.Mvc.Fluent.WaterfallBuilder`1.Start(System.Nullable{System.Int32})">
          <a class="xref" href="C1.Web.Mvc.Fluent.WaterfallBuilder-1.Start.html#C1_Web_Mvc_Fluent_WaterfallBuilder_1_Start_System_Nullable_System_Int32__">Start(int?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Waterfall-1.Start.html#C1_Web_Mvc_Waterfall_1_Start">Start</a>.
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_Fluent_WaterfallBuilder_1_StartLabel_System_String_" data-uid="C1.Web.Mvc.Fluent.WaterfallBuilder`1.StartLabel(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.WaterfallBuilder-1.StartLabel.html#C1_Web_Mvc_Fluent_WaterfallBuilder_1_StartLabel_System_String_">StartLabel(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Waterfall-1.StartLabel.html#C1_Web_Mvc_Waterfall_1_StartLabel">StartLabel</a>.
Sets the label of the start bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_WaterfallBuilder_1_Styles_System_Action_C1_Web_Mvc_Fluent_WaterfallStylesBuilder__" data-uid="C1.Web.Mvc.Fluent.WaterfallBuilder`1.Styles(System.Action{C1.Web.Mvc.Fluent.WaterfallStylesBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.WaterfallBuilder-1.Styles.html#C1_Web_Mvc_Fluent_WaterfallBuilder_1_Styles_System_Action_C1_Web_Mvc_Fluent_WaterfallStylesBuilder__">Styles(Action&lt;WaterfallStylesBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Waterfall-1.Styles.html#C1_Web_Mvc_Waterfall_1_Styles">Styles</a>.
Sets or set the waterfall styles.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_WaterfallBuilder_1_TotalLabel_System_String_" data-uid="C1.Web.Mvc.Fluent.WaterfallBuilder`1.TotalLabel(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.WaterfallBuilder-1.TotalLabel.html#C1_Web_Mvc_Fluent_WaterfallBuilder_1_TotalLabel_System_String_">TotalLabel(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Waterfall-1.TotalLabel.html#C1_Web_Mvc_Waterfall_1_TotalLabel">TotalLabel</a>.
Sets the label of the total bar.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
