# C1.Win.Chart.ErrorBar.CustomMinusErrorValue

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Chart_ErrorBar_CustomMinusErrorValue_" data-uid="C1.Win.Chart.ErrorBar.CustomMinusErrorValue*">CustomMinusErrorValue Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Chart_ErrorBar_CustomMinusErrorValue_" data-uid="C1.Win.Chart.ErrorBar.CustomMinusErrorValue*"></a>
<h4 id="C1_Win_Chart_ErrorBar_CustomMinusErrorValue" data-uid="C1.Win.Chart.ErrorBar.CustomMinusErrorValue">CustomMinusErrorValue</h4>
<div class="markdown level1 summary"><p>Gets or sets a value that specifies the cumstom minus error value.</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.CustomMinusErrorValue&quot;, &quot;Gets or sets a value that specifies the cumstom minus error value.&quot;)]
public double CustomMinusErrorValue { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Description(&quot;ErrorBar.CustomMinusErrorValue&quot;, &quot;Gets or sets a value that specifies the cumstom minus error value.&quot;)&gt;
Public Property CustomMinusErrorValue As Double</code></pre>
</div>
<h5 class="implements">Implements</h5>
    <div><span class="xref">C1.Chart.IErrorBar.CustomMinusErrorValue</span></div>
<h5 id="C1_Win_Chart_ErrorBar_CustomMinusErrorValue_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If ErrorAmount is ErrorAmount.Custom, the value will be used.</p>
</div>
</div>
