# GrapeCity.Spreadsheet.Charts.ChartSplitType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_Charts_ChartSplitType" data-uid="GrapeCity.Spreadsheet.Charts.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 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_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_Spreadsheet_Charts_ChartSplitType_Custom">Custom</td>
        <td><p>Arbitrary slides are displayed in the second chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartSplitType_PercentValue">PercentValue</td>
        <td><p>Second chart displays values less than some percentage of the total value. The percentage is specified by the <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.SplitValue.html#GrapeCity_Spreadsheet_Charts_IChartGroup_SplitValue">SplitValue</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartSplitType_Position">Position</td>
        <td><p>Second chart displays the smallest values in the data series. The number of values to display is specified by the <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.SplitValue.html#GrapeCity_Spreadsheet_Charts_IChartGroup_SplitValue">SplitValue</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ChartSplitType_Value">Value</td>
        <td><p>Second chart displays values less than the value specified by the <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartGroup.SplitValue.html#GrapeCity_Spreadsheet_Charts_IChartGroup_SplitValue">SplitValue</a> property.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
