# GrapeCity.Spreadsheet.Charts.SplitType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_Charts_SplitType" data-uid="GrapeCity.Spreadsheet.Charts.SplitType" class="text-break">SplitType Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the possible ways to split a pie of pie or bar of pie chart.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Charts.html">GrapeCity.Spreadsheet.Charts</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Charts_SplitType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SplitType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SplitType</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_Spreadsheet_Charts_SplitType_Custom">Custom</td>
        <td><p>The data points shall be split between the pie and the second chart according to the Custom Split values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_SplitType_Percentage">Percentage</td>
        <td><p>The data points shall be split between the pie and the second chart by putting the points with percentage less than Split Position percent in the second chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_SplitType_Position">Position</td>
        <td><p>The data points shall be split between the pie and the second chart by putting the last Split Position of the data points in the second chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_SplitType_Value">Value</td>
        <td><p>The data points shall be split between the pie and the second chart by putting the data points with value less than Split Position in the second chart.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
