# C1.Web.Mvc.Fluent.BreakEvenStylesBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_BreakEvenStylesBuilder" data-uid="C1.Web.Mvc.Fluent.BreakEvenStylesBuilder" class="text-break">BreakEvenStylesBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.BreakEvenStyles.html">BreakEvenStyles</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.BreakEvenStyles.html">BreakEvenStyles</a>, <a class="xref" href="C1.Web.Mvc.Fluent.BreakEvenStylesBuilder.html">BreakEvenStylesBuilder</a>&gt;</div>
    <div class="level3"><span class="xref">BreakEvenStylesBuilder</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_BreakEvenStylesBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BreakEvenStylesBuilder : BaseBuilder&lt;BreakEvenStyles, BreakEvenStylesBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class BreakEvenStylesBuilder
    Inherits BaseBuilder(Of BreakEvenStyles, BreakEvenStylesBuilder)</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_BreakEvenStylesBuilder__ctor_C1_Web_Mvc_BreakEvenStyles_" data-uid="C1.Web.Mvc.Fluent.BreakEvenStylesBuilder.#ctor(C1.Web.Mvc.BreakEvenStyles)">
          <a class="xref" href="C1.Web.Mvc.Fluent.BreakEvenStylesBuilder.-ctor.html#C1_Web_Mvc_Fluent_BreakEvenStylesBuilder__ctor_C1_Web_Mvc_BreakEvenStyles_">BreakEvenStylesBuilder(BreakEvenStyles)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.BreakEvenStylesBuilder.html">BreakEvenStylesBuilder</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_BreakEvenStylesBuilder_BreakEven_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__" data-uid="C1.Web.Mvc.Fluent.BreakEvenStylesBuilder.BreakEven(System.Action{C1.Web.Mvc.Fluent.SVGStyleBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.BreakEvenStylesBuilder.BreakEven.html#C1_Web_Mvc_Fluent_BreakEvenStylesBuilder_BreakEven_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__">BreakEven(Action&lt;SVGStyleBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.BreakEvenStyles.BreakEven.html#C1_Web_Mvc_BreakEvenStyles_BreakEven">BreakEven</a>.
Specifies the style of the break even markers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BreakEvenStylesBuilder_FixedCost_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__" data-uid="C1.Web.Mvc.Fluent.BreakEvenStylesBuilder.FixedCost(System.Action{C1.Web.Mvc.Fluent.SVGStyleBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.BreakEvenStylesBuilder.FixedCost.html#C1_Web_Mvc_Fluent_BreakEvenStylesBuilder_FixedCost_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__">FixedCost(Action&lt;SVGStyleBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.BreakEvenStyles.FixedCost.html#C1_Web_Mvc_BreakEvenStyles_FixedCost">FixedCost</a>.
Specifies the style of the fixed cost line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BreakEvenStylesBuilder_MarginalProfit_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__" data-uid="C1.Web.Mvc.Fluent.BreakEvenStylesBuilder.MarginalProfit(System.Action{C1.Web.Mvc.Fluent.SVGStyleBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.BreakEvenStylesBuilder.MarginalProfit.html#C1_Web_Mvc_Fluent_BreakEvenStylesBuilder_MarginalProfit_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__">MarginalProfit(Action&lt;SVGStyleBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.BreakEvenStyles.MarginalProfit.html#C1_Web_Mvc_BreakEvenStyles_MarginalProfit">MarginalProfit</a>.
Specifies the style of the marginal profit line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BreakEvenStylesBuilder_SafetyMargin_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__" data-uid="C1.Web.Mvc.Fluent.BreakEvenStylesBuilder.SafetyMargin(System.Action{C1.Web.Mvc.Fluent.SVGStyleBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.BreakEvenStylesBuilder.SafetyMargin.html#C1_Web_Mvc_Fluent_BreakEvenStylesBuilder_SafetyMargin_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__">SafetyMargin(Action&lt;SVGStyleBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.BreakEvenStyles.SafetyMargin.html#C1_Web_Mvc_BreakEvenStyles_SafetyMargin">SafetyMargin</a>.
Specifies the style of the safety margin area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BreakEvenStylesBuilder_SalesRevenue_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__" data-uid="C1.Web.Mvc.Fluent.BreakEvenStylesBuilder.SalesRevenue(System.Action{C1.Web.Mvc.Fluent.SVGStyleBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.BreakEvenStylesBuilder.SalesRevenue.html#C1_Web_Mvc_Fluent_BreakEvenStylesBuilder_SalesRevenue_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__">SalesRevenue(Action&lt;SVGStyleBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.BreakEvenStyles.SalesRevenue.html#C1_Web_Mvc_BreakEvenStyles_SalesRevenue">SalesRevenue</a>.
Specifies the style of the sales revenue line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BreakEvenStylesBuilder_TotalCost_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__" data-uid="C1.Web.Mvc.Fluent.BreakEvenStylesBuilder.TotalCost(System.Action{C1.Web.Mvc.Fluent.SVGStyleBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.BreakEvenStylesBuilder.TotalCost.html#C1_Web_Mvc_Fluent_BreakEvenStylesBuilder_TotalCost_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__">TotalCost(Action&lt;SVGStyleBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.BreakEvenStyles.TotalCost.html#C1_Web_Mvc_BreakEvenStyles_TotalCost">TotalCost</a>.
Specifies the style of the total cost line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_BreakEvenStylesBuilder_VariableCost_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__" data-uid="C1.Web.Mvc.Fluent.BreakEvenStylesBuilder.VariableCost(System.Action{C1.Web.Mvc.Fluent.SVGStyleBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.BreakEvenStylesBuilder.VariableCost.html#C1_Web_Mvc_Fluent_BreakEvenStylesBuilder_VariableCost_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__">VariableCost(Action&lt;SVGStyleBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.BreakEvenStyles.VariableCost.html#C1_Web_Mvc_BreakEvenStyles_VariableCost">VariableCost</a>.
Specifies the style of the variable cost line.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
