# FarPoint.Win.Spread.Chart.EmptyValueStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_Chart_EmptyValueStyle" data-uid="FarPoint.Win.Spread.Chart.EmptyValueStyle" class="text-break">EmptyValueStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how to show empty worksheet cells in a data series in the chart.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.Chart.html">FarPoint.Win.Spread.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_Chart_EmptyValueStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum EmptyValueStyle</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum EmptyValueStyle</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_EmptyValueStyle_Connect">Connect</td>
        <td><p>Instead of leaving gaps for empty worksheet cells in a data series, the gaps are filled with a connecting element.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_EmptyValueStyle_Gaps">Gaps</td>
        <td><p>Leaves gaps for empty worksheet cells in a data series, which results in a segmented line.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_EmptyValueStyle_Zero">Zero</td>
        <td><p>Treats empty worksheet cells in a data series as zero values, so that the line drops to zero for zero-value data points.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
