# C1.WPF.Sparkline.EmptyValueStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Sparkline_EmptyValueStyle" data-uid="C1.WPF.Sparkline.EmptyValueStyle" class="text-break">EmptyValueStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how to show an empty value from a data series in the chart.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Sparkline.html">C1.WPF.Sparkline</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Sparkline.dll</h6>
  <h5 id="C1_WPF_Sparkline_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="C1_WPF_Sparkline_EmptyValueStyle_Connect">Connect</td>
        <td><p>Fills gaps with a connecting element instead of leaving gaps for empty values in a data series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_EmptyValueStyle_Gaps">Gaps</td>
        <td><p>Leaves gaps for empty values in a data series, which results in a segmented line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_EmptyValueStyle_Zero">Zero</td>
        <td><p>Handles empty values 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>
