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

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_ErrorBarBuilder_1" data-uid="C1.Web.Mvc.Fluent.ErrorBarBuilder`1" class="text-break">ErrorBarBuilder&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.ErrorBar-1.html">ErrorBar&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.ErrorBar-1.html">ErrorBar</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.ErrorBarBuilder-1.html">ErrorBarBuilder</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.ErrorBar-1.html">ErrorBar</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.ErrorBarBuilder-1.html">ErrorBarBuilder</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.ErrorBar-1.html">ErrorBar</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.ErrorBarBuilder-1.html">ErrorBarBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level5"><span class="xref">ErrorBarBuilder&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_ErrorBarBuilder_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ErrorBarBuilder&lt;T&gt; : ExtraSeriesBuilder&lt;T, ErrorBar&lt;T&gt;, ErrorBarBuilder&lt;T&gt;&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ErrorBarBuilder(Of T)
    Inherits ExtraSeriesBuilder(Of T, ErrorBar(Of T), ErrorBarBuilder(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_ErrorBarBuilder_1__ctor_C1_Web_Mvc_ErrorBar__0__" data-uid="C1.Web.Mvc.Fluent.ErrorBarBuilder`1.#ctor(C1.Web.Mvc.ErrorBar{`0})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ErrorBarBuilder-1.-ctor.html#C1_Web_Mvc_Fluent_ErrorBarBuilder_1__ctor_C1_Web_Mvc_ErrorBar__0__">ErrorBarBuilder(ErrorBar&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.ErrorBarBuilder-1.html">ErrorBarBuilder&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_ErrorBarBuilder_1_Direction_C1_Web_Mvc_Chart_ErrorBarDirection_" data-uid="C1.Web.Mvc.Fluent.ErrorBarBuilder`1.Direction(C1.Web.Mvc.Chart.ErrorBarDirection)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ErrorBarBuilder-1.Direction.html#C1_Web_Mvc_Fluent_ErrorBarBuilder_1_Direction_C1_Web_Mvc_Chart_ErrorBarDirection_">Direction(ErrorBarDirection)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ErrorBar-1.Direction.html#C1_Web_Mvc_ErrorBar_1_Direction">Direction</a>.
Sets a value that specifies the direction of the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ErrorBarBuilder_1_EndStyle_C1_Web_Mvc_Chart_ErrorBarEndStyle_" data-uid="C1.Web.Mvc.Fluent.ErrorBarBuilder`1.EndStyle(C1.Web.Mvc.Chart.ErrorBarEndStyle)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ErrorBarBuilder-1.EndStyle.html#C1_Web_Mvc_Fluent_ErrorBarBuilder_1_EndStyle_C1_Web_Mvc_Chart_ErrorBarEndStyle_">EndStyle(ErrorBarEndStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ErrorBar-1.EndStyle.html#C1_Web_Mvc_ErrorBar_1_EndStyle">EndStyle</a>.
Sets a value that specifies the end style of the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ErrorBarBuilder_1_ErrorAmount_C1_Web_Mvc_Chart_ErrorAmount_" data-uid="C1.Web.Mvc.Fluent.ErrorBarBuilder`1.ErrorAmount(C1.Web.Mvc.Chart.ErrorAmount)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ErrorBarBuilder-1.ErrorAmount.html#C1_Web_Mvc_Fluent_ErrorBarBuilder_1_ErrorAmount_C1_Web_Mvc_Chart_ErrorAmount_">ErrorAmount(ErrorAmount)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ErrorBar-1.ErrorAmount.html#C1_Web_Mvc_ErrorBar_1_ErrorAmount">ErrorAmount</a>.
Sets a value that specifies the error amount of the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ErrorBarBuilder_1_ErrorBarStyle_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__" data-uid="C1.Web.Mvc.Fluent.ErrorBarBuilder`1.ErrorBarStyle(System.Action{C1.Web.Mvc.Fluent.SVGStyleBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ErrorBarBuilder-1.ErrorBarStyle.html#C1_Web_Mvc_Fluent_ErrorBarBuilder_1_ErrorBarStyle_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__">ErrorBarStyle(Action&lt;SVGStyleBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ErrorBar-1.ErrorBarStyle.html#C1_Web_Mvc_ErrorBar_1_ErrorBarStyle">ErrorBarStyle</a>.
Sets the ErrorBar style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ErrorBarBuilder_1_Value_System_Object_" data-uid="C1.Web.Mvc.Fluent.ErrorBarBuilder`1.Value(System.Object)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ErrorBarBuilder-1.Value.html#C1_Web_Mvc_Fluent_ErrorBarBuilder_1_Value_System_Object_">Value(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ErrorBar-1.Value.html#C1_Web_Mvc_ErrorBar_1_Value">Value</a>.
Sets a value that specifies the error value of the series. This property should be work with ErrorAmount property. If ErrorAmount is ErrorAmount.FixedValue, the Value property is a fixed number value. If ErrorAmount is ErrorAmount.Percentage, the Value property is a percentage number value between 0 and 1. If errorAmount is ErrorAmount.Custom, the Value property is an object of minus/plus value or an array of minus/plus value. If ErrorAmount is ErrorAmount.StandardDeviation, the Value property is a percentage number of calculated standard deviation value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
