# C1.WPF.Chart.ErrorBar.ErrorValue

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Chart_ErrorBar_ErrorValue_" data-uid="C1.WPF.Chart.ErrorBar.ErrorValue*">ErrorValue Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Chart_ErrorBar_ErrorValue_" data-uid="C1.WPF.Chart.ErrorBar.ErrorValue*"></a>
<h4 id="C1_WPF_Chart_ErrorBar_ErrorValue" data-uid="C1.WPF.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">public double ErrorValue { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property ErrorValue As Double</code></pre>
</div>
<h5 id="C1_WPF_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>
