# GrapeCity.Documents.Excel.Drawing.ChartSplitType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_Drawing_ChartSplitType" data-uid="GrapeCity.Documents.Excel.Drawing.ChartSplitType" class="text-break">ChartSplitType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the values displayed in the second chart in a pie chart or a bar of the pie chart.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Drawing.html">GrapeCity.Documents.Excel.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Drawing_ChartSplitType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ChartSplitType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ChartSplitType</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="GrapeCity_Documents_Excel_Drawing_ChartSplitType_SplitByCustomSplit">SplitByCustomSplit</td>
        <td><p>Specifies that arbitrary slides are displayed in the second chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_ChartSplitType_SplitByPercentValue">SplitByPercentValue</td>
        <td><p>Specifies that the second chart displays values less than some percentage of the total value.The percentage is specified by the SplitValue property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_ChartSplitType_SplitByPosition">SplitByPosition</td>
        <td><p>Specifies that the second chart displays the smallest values in the data series. The number of values to display is specified by the SplitValue property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_ChartSplitType_SplitByValue">SplitByValue</td>
        <td><p>Specifies that the second chart displays values less than the value specified by the SplitValue property.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
