# C1.Win.Chart.ErrorBar.ErrorValue

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Chart_ErrorBar_ErrorValue_" data-uid="C1.Win.Chart.ErrorBar.ErrorValue*">ErrorValue Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Chart_ErrorBar_ErrorValue_" data-uid="C1.Win.Chart.ErrorBar.ErrorValue*"></a>
<h4 id="C1_Win_Chart_ErrorBar_ErrorValue" data-uid="C1.Win.Chart.ErrorBar.ErrorValue">ErrorValue</h4>
<div class="markdown level1 summary"><p>Gets or sets a value that specifies the error value of the series.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Description(&quot;ErrorBar.ErrorValue&quot;, &quot;Gets or sets a value that specifies the error value of the series.&quot;)]
public double ErrorValue { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Description(&quot;ErrorBar.ErrorValue&quot;, &quot;Gets or sets a value that specifies the error value of the series.&quot;)&gt;
Public Property ErrorValue As Double</code></pre>
</div>
<h5 class="implements">Implements</h5>
    <div><span class="xref">C1.Chart.IErrorBar.ErrorValue</span></div>
<h5 id="C1_Win_Chart_ErrorBar_ErrorValue_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>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.StandardDeviation, the value property is a percentage number of calculated standard deviation value.</p>
</div>
</div>
