# C1.Web.Mvc.Fluent.WaterfallStylesBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_WaterfallStylesBuilder" data-uid="C1.Web.Mvc.Fluent.WaterfallStylesBuilder" class="text-break">WaterfallStylesBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.WaterfallStyles.html">WaterfallStyles</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.WaterfallStyles.html">WaterfallStyles</a>, <a class="xref" href="C1.Web.Mvc.Fluent.WaterfallStylesBuilder.html">WaterfallStylesBuilder</a>&gt;</div>
    <div class="level3"><span class="xref">WaterfallStylesBuilder</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_WaterfallStylesBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class WaterfallStylesBuilder : BaseBuilder&lt;WaterfallStyles, WaterfallStylesBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class WaterfallStylesBuilder
    Inherits BaseBuilder(Of WaterfallStyles, WaterfallStylesBuilder)</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="C1_Web_Mvc_Fluent_WaterfallStylesBuilder__ctor_C1_Web_Mvc_WaterfallStyles_" data-uid="C1.Web.Mvc.Fluent.WaterfallStylesBuilder.#ctor(C1.Web.Mvc.WaterfallStyles)">
          <a class="xref" href="C1.Web.Mvc.Fluent.WaterfallStylesBuilder.-ctor.html#C1_Web_Mvc_Fluent_WaterfallStylesBuilder__ctor_C1_Web_Mvc_WaterfallStyles_">WaterfallStylesBuilder(WaterfallStyles)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.WaterfallStylesBuilder.html">WaterfallStylesBuilder</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_WaterfallStylesBuilder_ConnectorLines_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__" data-uid="C1.Web.Mvc.Fluent.WaterfallStylesBuilder.ConnectorLines(System.Action{C1.Web.Mvc.Fluent.SVGStyleBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.WaterfallStylesBuilder.ConnectorLines.html#C1_Web_Mvc_Fluent_WaterfallStylesBuilder_ConnectorLines_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__">ConnectorLines(Action&lt;SVGStyleBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.WaterfallStyles.ConnectorLines.html#C1_Web_Mvc_WaterfallStyles_ConnectorLines">ConnectorLines</a>.
Specifies the style of the connectorLines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_WaterfallStylesBuilder_Falling_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__" data-uid="C1.Web.Mvc.Fluent.WaterfallStylesBuilder.Falling(System.Action{C1.Web.Mvc.Fluent.SVGStyleBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.WaterfallStylesBuilder.Falling.html#C1_Web_Mvc_Fluent_WaterfallStylesBuilder_Falling_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__">Falling(Action&lt;SVGStyleBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.WaterfallStyles.Falling.html#C1_Web_Mvc_WaterfallStyles_Falling">Falling</a>.
Specifies the style of the falling columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_WaterfallStylesBuilder_IntermediateTotal_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__" data-uid="C1.Web.Mvc.Fluent.WaterfallStylesBuilder.IntermediateTotal(System.Action{C1.Web.Mvc.Fluent.SVGStyleBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.WaterfallStylesBuilder.IntermediateTotal.html#C1_Web_Mvc_Fluent_WaterfallStylesBuilder_IntermediateTotal_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__">IntermediateTotal(Action&lt;SVGStyleBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.WaterfallStyles.IntermediateTotal.html#C1_Web_Mvc_WaterfallStyles_IntermediateTotal">IntermediateTotal</a>.
Specifies the style of the intermediate total column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_WaterfallStylesBuilder_Rising_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__" data-uid="C1.Web.Mvc.Fluent.WaterfallStylesBuilder.Rising(System.Action{C1.Web.Mvc.Fluent.SVGStyleBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.WaterfallStylesBuilder.Rising.html#C1_Web_Mvc_Fluent_WaterfallStylesBuilder_Rising_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__">Rising(Action&lt;SVGStyleBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.WaterfallStyles.Rising.html#C1_Web_Mvc_WaterfallStyles_Rising">Rising</a>.
Specifies the style of the rising columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_WaterfallStylesBuilder_Start_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__" data-uid="C1.Web.Mvc.Fluent.WaterfallStylesBuilder.Start(System.Action{C1.Web.Mvc.Fluent.SVGStyleBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.WaterfallStylesBuilder.Start.html#C1_Web_Mvc_Fluent_WaterfallStylesBuilder_Start_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__">Start(Action&lt;SVGStyleBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.WaterfallStyles.Start.html#C1_Web_Mvc_WaterfallStyles_Start">Start</a>.
Specifies the style of the start column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_WaterfallStylesBuilder_Total_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__" data-uid="C1.Web.Mvc.Fluent.WaterfallStylesBuilder.Total(System.Action{C1.Web.Mvc.Fluent.SVGStyleBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.WaterfallStylesBuilder.Total.html#C1_Web_Mvc_Fluent_WaterfallStylesBuilder_Total_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__">Total(Action&lt;SVGStyleBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.WaterfallStyles.Total.html#C1_Web_Mvc_WaterfallStyles_Total">Total</a>.
Specifies the style of the total column.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
