# IChartGroup

## Content

<div class="docapp-java-api-doc-main"><style>:not(h1, h2, h3, h4, h5, h6)>code,
:not(h1, h2, h3, h4, h5, h6)>tt {
    font-size: 14px;
    padding-top: 4px;
    margin-top: 8px;
    line-height: 1.4em;
}

.summary-table dt code {
    font-size: 14px;
    vertical-align: top;
    padding-top: 4px;
}

.tab {
    background-color: #0066FF;
    color: #ffffff;
    padding: 8px;
    width: 5em;
    font-weight: bold;
}

/*
 * Styles for page header and footer.
 */
.title {
    color: #2c4557;
    margin: 10px 0;
}

.sub-title {
    margin: 5px 0 0 0;
}

.header ul {
    margin: 0 0 15px 0;
    padding: 0;
}

.header ul li,
.footer ul li {
    list-style: none;
}

/*
 * Styles for headings.
 */
.summary h2,
.details h2,
h2,
.block-list h2 {
    padding: 0;
    margin: 15px 0;
}

.summary h3,
.details h3,
.summary .inherited-list h2 {
    background-color: var(--ds-product-color);
    color: #fff;
    border: 1px solid #d0d9e0;
    padding: 7px 5px;
}

.summary h3 a,
.details h3 a,
.summary .inherited-list h2 a {
    color: #fff !important;
}
/*
 * Styles for page layout containers.
 */
dl.notes>dt {
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0 0 0;
    color: #4E4E4E;
}

dl.notes>dd {
    margin: 5px 10px 10px 0;
    font-size: 14px;
}

dl.name-value>dt {
    margin-left: 1px;
    font-size: 1.1em;
    display: inline;
    font-weight: bold;
}

dl.name-value>dd {
    margin: 0 0 0 1px;
    font-size: 1.1em;
    display: inline;
}

/*
 * Styles for lists.
 */
li.circle {
    list-style: circle;
}

ul.horizontal li {
    display: inline;
    font-size: 0.9em;
}

div.inheritance {
    margin: 0;
    padding: 0;
}

div.inheritance div.inheritance {
    margin-left: 2em;
}

ul.block-list,
ul.details-list,
ul.member-list,
ul.summary-list {
    margin: 10px 0 10px 0;
    padding: 0;
}

ul.block-list>li,
ul.details-list>li,
ul.member-list>li,
ul.summary-list>li {
    list-style: none;
    margin-bottom: 15px;
    line-height: 1.4;
}

.summary-table dl,
.summary-table dl dt,
.summary-table dl dd {
    margin-top: 0;
    margin-bottom: 1px;
}

ul.see-list,
ul.see-list-long {
    padding-left: 0;
    list-style: none;
}

ul.see-list li {
    display: inline;
}

ul.see-list li:not(:last-child):after,
ul.see-list-long li:not(:last-child):after {
    content: ", ";
    white-space: pre-wrap;
}

/*
 * Styles for tables.
 */
.summary-table,
.details-table {
    width: 100%;
    border-spacing: 0;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding: 0;
}

.caption {
    position: relative;
    text-align: left;
    background-repeat: no-repeat;
    color: #253441;
    font-weight: bold;
    clear: none;
    overflow: hidden;
    padding: 0;
    padding-top: 10px;
    padding-left: 1px;
    margin: 0;
    white-space: pre;
}

.caption a:link,
.caption a:visited {
    color: #1f389c;
}

.caption a:hover,
.caption a:active {
    color: #FFFFFF;
}

.caption span {
    white-space: nowrap;
    padding-top: 5px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 7px;
    display: inline-block;
    background-color: var(--ds-product-color);
    color: #fff;
    border: none;
}

div.table-tabs {
    padding: 10px 0 0 1px;
    margin: 0;
}

div.table-tabs>button {
    border: none;
    cursor: pointer;
    padding: 5px 12px 7px 12px;
    font-weight: bold;
    margin-right: 3px;
}

div.table-tabs>button.active-table-tab {
    background: var(--ds-product-color);
    color: #fff;
}

div.table-tabs>button.table-tab {
    background: var(--ds-product-color);
    color: #FFFFFF;
    border-bottom: 1px solid #eee;
}

.two-column-summary {
    display: grid;
    grid-template-columns: minmax(15%, max-content) minmax(15%, auto);
}

.three-column-summary {
    display: grid;
    grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, auto);
}

.four-column-summary {
    display: grid;
    grid-template-columns: minmax(10%, max-content) minmax(10%, max-content) minmax(10%, max-content) minmax(10%, auto);
}

@media screen and (max-width: 600px) {
    .two-column-summary {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 800px) {
    .three-column-summary {
        display: grid;
        grid-template-columns: minmax(10%, max-content) minmax(25%, auto);
    }

    .three-column-summary .col-last {
        grid-column-end: span 2;
    }
}

@media screen and (max-width: 1000px) {
    .four-column-summary {
        display: grid;
        grid-template-columns: minmax(15%, max-content) minmax(15%, auto);
    }
}

.summary-table>div,
.details-table>div {
    text-align: left;
    padding: 8px 3px 3px 7px;
}

.col-first,
.col-second,
.col-last,
.col-constructor-name,
.col-summary-item-name {
    vertical-align: top;
    padding-right: 0;
    padding-top: 8px;
    padding-bottom: 3px;
}

.table-header {
    background: var(--ds-product-color);
    color: #fff;
    font-weight: bold;
}

.col-first,
.col-first {
    font-size: 13px;
}

.col-second,
.col-second,
.col-last,
.col-constructor-name,
.col-summary-item-name,
.col-last {
    font-size: 13px;
}

.col-first,
.col-second,
.col-constructor-name {
    vertical-align: top;
    overflow: auto;
}

.col-last {
    white-space: normal;
}

.col-first a:link,
.col-first a:visited,
.col-second a:link,
.col-second a:visited,
.col-first a:link,
.col-first a:visited,
.col-second a:link,
.col-second a:visited,
.col-constructor-name a:link,
.col-constructor-name a:visited,
.col-summary-item-name a:link,
.col-summary-item-name a:visited,
.constant-values-container a:link,
.constant-values-container a:visited,
.all-classes-container a:link,
.all-classes-container a:visited,
.all-packages-container a:link,
.all-packages-container a:visited {
    font-weight: bold;
}

.table-sub-heading-color {
    background-color: #EEEEFF;
}

.even-row-color,
.even-row-color .table-header {
    background-color: #FFFFFF;
}

.odd-row-color,
.odd-row-color .table-header {
    background-color: #EEEEEF;
}

/*
 * Styles for contents.
 */
.deprecated-content {
    margin: 0;
    padding: 10px 0;
}

div.block {
    font-size: 14px;
}

.col-last div {
    padding-top: 0;
}

.col-last a {
    padding-bottom: 3px;
}

.module-signature,
.package-signature,
.type-signature,
.member-signature {
    font-size: 14px;
    margin: 14px 0;
    white-space: pre-wrap;
}

.module-signature,
.package-signature,
.type-signature {
    margin-top: 0;
}

.member-signature .type-parameters-long,
.member-signature .parameters,
.member-signature .exceptions {
    display: inline-block;
    vertical-align: top;
    white-space: pre;
}

.member-signature .type-parameters {
    white-space: normal;
}

/*
 * Styles for formatting effect.
 */
.source-line-no {
    color: green;
    padding: 0 30px 0 0;
}

h1.hidden {
    visibility: hidden;
    overflow: hidden;
    font-size: 10px;
}

.block {
    display: block;
    margin: 0 10px 5px 0;
    color: #474747;
}

.deprecated-label,
.descfrm-type-label,
.implementation-label,
.member-name-label,
.member-name-link,
.module-label-in-package,
.module-label-in-type,
.override-specify-label,
.package-label-in-type,
.package-hierarchy-label,
.type-name-label,
.type-name-link,
.search-tag-link,
.preview-label {
    font-weight: bold;
}

.deprecation-block {
    font-size: 14px;
    border-style: solid;
    border-width: thin;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
}

.preview-block {
    font-size: 14px;
    border-style: solid;
    border-width: thin;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
}

/*
 * Styles for user-provided tables.
 *
 * borderless:
 *      No borders, vertical margins, styled caption.
 *      This style is provided for use with existing doc comments.
 *      In general, borderless tables should not be used for layout purposes.
 *
 * plain:
 *      Plain borders around table and cells, vertical margins, styled caption.
 *      Best for small tables or for complex tables for tables with cells that span
 *      rows and columns, when the "striped" style does not work well.
 *
 * striped:
 *      Borders around the table and vertical borders between cells, striped rows,
 *      vertical margins, styled caption.
 *      Best for tables that have a header row, and a body containing a series of simple rows.
 */

table.borderless,
table.plain,
table.striped {
    margin-top: 10px;
    margin-bottom: 10px;
}

table.borderless>caption,
table.plain>caption,
table.striped>caption {
    font-weight: bold;
    font-size: smaller;
}

table.borderless th,
table.borderless td,
table.plain th,
table.plain td,
table.striped th,
table.striped td {
    padding: 2px 5px;
}

table.borderless,
table.borderless>thead>tr>th,
table.borderless>tbody>tr>th,
table.borderless>tr>th,
table.borderless>thead>tr>td,
table.borderless>tbody>tr>td,
table.borderless>tr>td {
    border: none;
}

table.borderless>thead>tr,
table.borderless>tbody>tr,
table.borderless>tr {
    background-color: transparent;
}

table.plain {
    border-collapse: collapse;
    border: 1px solid black;
}

table.plain>thead>tr,
table.plain>tbody tr,
table.plain>tr {
    background-color: transparent;
}

table.plain>thead>tr>th,
table.plain>tbody>tr>th,
table.plain>tr>th,
table.plain>thead>tr>td,
table.plain>tbody>tr>td,
table.plain>tr>td {
    border: 1px solid black;
}

table.striped {
    border-collapse: collapse;
    border: 1px solid black;
}

table.striped>thead {
    background-color: #E3E3E3;
}

table.striped>thead>tr>th,
table.striped>thead>tr>td {
    border: 1px solid black;
}

table.striped>tbody>tr:nth-child(even) {
    background-color: #EEE
}

table.striped>tbody>tr:nth-child(odd) {
    background-color: #FFF
}

table.striped>tbody>tr>th,
table.striped>tbody>tr>td {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

table.striped>tbody>tr>th {
    font-weight: normal;
}
</style><h1>Interface IChartGroup</h1>
<!-- ======== START OF CLASS DATA ======== -->

<section class="class-description" id="class-description">
<hr>
<div class="type-signature"><span class="modifiers">public interface </span><span class="element-name type-name-label">IChartGroup</span></div>
<div class="block">Represents one or more series plotted in a chart with the same format. The ChartGroup object is a member of the  <a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroups</code></a> collection.</div>
</section>
<section class="summary">
<ul class="summary-list">
<!-- ========== METHOD SUMMARY =========== -->
<li>
<section class="method-summary" id="method-summary">
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab3" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab3', 3)" class="table-tab">Abstract Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel">
<div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="AxisGroup.html" title="enum class in com.grapecity.documents.excel.drawing">AxisGroup</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getAxisGroup()" class="member-name-link">getAxisGroup</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns the group for the specified chart group or series.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>long</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getBinsCountValue()" class="member-name-link">getBinsCountValue</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the number of bins in the histogram chart.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getBinsOverflowEnabled()" class="member-name-link">getBinsOverflowEnabled</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets whether a bin for values above the BinsOverflowValue property is enabled.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>double</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getBinsOverflowValue()" class="member-name-link">getBinsOverflowValue</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the value above which an overflow bin is displayed.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="BinsType.html" title="enum class in com.grapecity.documents.excel.drawing">BinsType</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getBinsType()" class="member-name-link">getBinsType</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets how the horizontal axis of the histogram chart is formatted.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getBinsUnderflowEnabled()" class="member-name-link">getBinsUnderflowEnabled</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets whether a bin for values below the BinsUnderflowValue property is enabled.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>double</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getBinsUnderflowValue()" class="member-name-link">getBinsUnderflowValue</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the value below which an underflow bin is displayed.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>double</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getBinWidthValue()" class="member-name-link">getBinWidthValue</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the number of points in each range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>int</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getBubbleScale()" class="member-name-link">getBubbleScale</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the scale factor for bubbles in the specified chart group.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>int</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getDoughnutHoleSize()" class="member-name-link">getDoughnutHoleSize</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the size of the hole in a doughnut chart group.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IChartBars.html" title="interface in com.grapecity.documents.excel.drawing">IChartBars</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getDownBars()" class="member-name-link">getDownBars</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns the  <a href="IChartBars.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartBars</code></a> object that represents the down bars on a linechart.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IChartLines.html" title="interface in com.grapecity.documents.excel.drawing">IChartLines</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getDropLines()" class="member-name-link">getDropLines</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns the  <a href="IChartLines.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartLines</code></a> object that represents the drop lines for aseries on a line chart or area chart.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>int</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getFirstSliceAngle()" class="member-name-link">getFirstSliceAngle</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the angle of the first pie-chart or doughnut-chart slice in degrees (clockwise from vertical).</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>int</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getGapWidth()" class="member-name-link">getGapWidth</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the gap width.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getHasDropLines()" class="member-name-link">getHasDropLines</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets whether the chart has drop lines (True if the line chart or area chart has drop lines).</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getHasHiLoLines()" class="member-name-link">getHasHiLoLines</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets whether the line chart has high-low lines (True if the line chart has high-low lines).</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getHasSeriesLines()" class="member-name-link">getHasSeriesLines</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets whether the chart has series lines (True if a stacked column chart or bar chart has series lines or if a Pie of Pie chart or Bar of Pie chart has connector lines between the two sections).</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getHasUpDownBars()" class="member-name-link">getHasUpDownBars</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets whether the line chart has up and down bars (True if a line chart has up and down bars).</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IChartLines.html" title="interface in com.grapecity.documents.excel.drawing">IChartLines</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getHiLoLines()" class="member-name-link">getHiLoLines</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns a  <a href="IChartLines.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartLines</code></a> object that represents thehigh-low lines for a series on a line chart.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>int</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getOverlap()" class="member-name-link">getOverlap</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets how bars and columns are positioned.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IChart.html" title="interface in com.grapecity.documents.excel.drawing">IChart</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getParent()" class="member-name-link">getParent</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns the parent object for the specified object.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>int</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getSecondPlotSize()" class="member-name-link">getSecondPlotSize</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the size of the secondary section of either a Pie of Pie chart or a Bar of Pie chart, as a percentage of the size of the primary pie.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="ISeries.html" title="interface in com.grapecity.documents.excel.drawing">ISeries</a>&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getSeriesCollection()" class="member-name-link">getSeriesCollection</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns an object that represents a collection of all the series (a <a href="ISeries.html" title="interface in com.grapecity.documents.excel.drawing"><code>ISeries</code></a> collection) in the chart or chart group.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IChartLines.html" title="interface in com.grapecity.documents.excel.drawing">IChartLines</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getSeriesLines()" class="member-name-link">getSeriesLines</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns the  <a href="IChartLines.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartLines</code></a> object that represents the series lines for astacked bar chart or a stacked column chart.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getShowNegativeBubbles()" class="member-name-link">getShowNegativeBubbles</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets whether to show negative bubbles (True if negative bubbles are shown for the chart group).</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="SizeRepresents.html" title="enum class in com.grapecity.documents.excel.drawing">SizeRepresents</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getSizeRepresents()" class="member-name-link">getSizeRepresents</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets what the bubble size represents on a bubble chart.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="ChartSplitType.html" title="enum class in com.grapecity.documents.excel.drawing">ChartSplitType</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getSplitType()" class="member-name-link">getSplitType</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the way the two sections of either a Pie of Pie chart or a Bar of Pie chart are split.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>int</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getSplitValue()" class="member-name-link">getSplitValue</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the threshold value separating the two sections of either a Pie of Pie chart or a Bar of Pie chart.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IChartBars.html" title="interface in com.grapecity.documents.excel.drawing">IChartBars</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getUpBars()" class="member-name-link">getUpBars</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns an  <a href="IChartBars.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartBars</code></a> object that represents the up bars on a linechart.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getVaryByCategories()" class="member-name-link">getVaryByCategories</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets whether to use a different color or pattern for each data marker (True if Microsoft Excel assigns a different color or pattern to each data marker).</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setAxisGroup(com.grapecity.documents.excel.drawing.AxisGroup)" class="member-name-link">setAxisGroup</a><wbr>(<a href="AxisGroup.html" title="enum class in com.grapecity.documents.excel.drawing">AxisGroup</a>&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the group for the specified chart group or series.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setBinsCountValue(long)" class="member-name-link">setBinsCountValue</a><wbr>(long&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the number of bins in the histogram chart.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setBinsOverflowEnabled(boolean)" class="member-name-link">setBinsOverflowEnabled</a><wbr>(boolean&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets whether a bin for values above the BinsOverflowValue property is enabled.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setBinsOverflowValue(double)" class="member-name-link">setBinsOverflowValue</a><wbr>(double&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the value above which an overflow bin is displayed.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setBinsType(com.grapecity.documents.excel.drawing.BinsType)" class="member-name-link">setBinsType</a><wbr>(<a href="BinsType.html" title="enum class in com.grapecity.documents.excel.drawing">BinsType</a>&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets how the horizontal axis of the histogram chart is formatted.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setBinsUnderflowEnabled(boolean)" class="member-name-link">setBinsUnderflowEnabled</a><wbr>(boolean&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets whether a bin for values below the BinsUnderflowValue property is enabled.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setBinsUnderflowValue(double)" class="member-name-link">setBinsUnderflowValue</a><wbr>(double&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the value below which an underflow bin is displayed.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setBinWidthValue(double)" class="member-name-link">setBinWidthValue</a><wbr>(double&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the number of points in each range.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setBubbleScale(int)" class="member-name-link">setBubbleScale</a><wbr>(int&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the scale factor for bubbles in the specified chart group.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setDoughnutHoleSize(int)" class="member-name-link">setDoughnutHoleSize</a><wbr>(int&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the size of the hole in a doughnut chart group.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setFirstSliceAngle(int)" class="member-name-link">setFirstSliceAngle</a><wbr>(int&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the angle of the first pie-chart or doughnut-chart slice in degrees (clockwise from vertical).</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setGapWidth(int)" class="member-name-link">setGapWidth</a><wbr>(int&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the gap width.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setHasDropLines(boolean)" class="member-name-link">setHasDropLines</a><wbr>(boolean&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets whether the chart has drop lines (True if the line chart or area chart has drop lines).</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setHasHiLoLines(boolean)" class="member-name-link">setHasHiLoLines</a><wbr>(boolean&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets whether the line chart has high-low lines (True if the line chart has high-low lines).</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setHasSeriesLines(boolean)" class="member-name-link">setHasSeriesLines</a><wbr>(boolean&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets whether the chart has series lines (True if a stacked column chart or bar chart has series lines or if a Pie of Pie chart or Bar of Pie chart has connector lines between the two sections).</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setHasUpDownBars(boolean)" class="member-name-link">setHasUpDownBars</a><wbr>(boolean&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets whether the line chart has up and down bars (True if a line chart has up and down bars).</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setOverlap(int)" class="member-name-link">setOverlap</a><wbr>(int&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets how bars and columns are positioned.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setSecondPlotSize(int)" class="member-name-link">setSecondPlotSize</a><wbr>(int&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the size of the secondary section of either a Pie of Pie chart or a Bar of Pie chart, as a percentage of the size of the primary pie.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setShowNegativeBubbles(boolean)" class="member-name-link">setShowNegativeBubbles</a><wbr>(boolean&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets whether to show negative bubbles (True if negative bubbles are shown for the chart group).</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setSizeRepresents(com.grapecity.documents.excel.drawing.SizeRepresents)" class="member-name-link">setSizeRepresents</a><wbr>(<a href="SizeRepresents.html" title="enum class in com.grapecity.documents.excel.drawing">SizeRepresents</a>&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets what the bubble size represents on a bubble chart.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setSplitType(com.grapecity.documents.excel.drawing.ChartSplitType)" class="member-name-link">setSplitType</a><wbr>(<a href="ChartSplitType.html" title="enum class in com.grapecity.documents.excel.drawing">ChartSplitType</a>&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the way the two sections of either a Pie of Pie chart or a Bar of Pie chart are split.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setSplitValue(int)" class="member-name-link">setSplitValue</a><wbr>(int&nbsp;value)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets the threshold value separating the two sections of either a Pie of Pie chart or a Bar of Pie chart.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setVaryByCategories(boolean)" class="member-name-link">setVaryByCategories</a><wbr>(boolean&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets whether to use a different color or pattern for each data marker (True if Microsoft Excel assigns a different color or pattern to each data marker).</div>
</div>
</div>
</div>
</div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="details-list">
<!-- ============ METHOD DETAIL ========== -->
<li>
<section class="method-details" id="method-detail">
<h2>Method Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="getParent()">
<h3>getParent</h3>
<div class="member-signature"><span class="return-type"><a href="IChart.html" title="interface in com.grapecity.documents.excel.drawing">IChart</a></span>&nbsp;<span class="element-name">getParent</span>()</div>
<div class="block">Returns the parent object for the specified object.</div>
</section>
</li>
<li>
<section class="detail" id="getAxisGroup()">
<h3>getAxisGroup</h3>
<div class="member-signature"><span class="return-type"><a href="AxisGroup.html" title="enum class in com.grapecity.documents.excel.drawing">AxisGroup</a></span>&nbsp;<span class="element-name">getAxisGroup</span>()</div>
<div class="block">Returns the group for the specified chart group or series.</div>
</section>
</li>
<li>
<section class="detail" id="setAxisGroup(com.grapecity.documents.excel.drawing.AxisGroup)">
<h3>setAxisGroup</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setAxisGroup</span><wbr><span class="parameters">(<a href="AxisGroup.html" title="enum class in com.grapecity.documents.excel.drawing">AxisGroup</a>&nbsp;value)</span></div>
<div class="block">Sets the group for the specified chart group or series.</div>
</section>
</li>
<li>
<section class="detail" id="getBubbleScale()">
<h3>getBubbleScale</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getBubbleScale</span>()</div>
<div class="block">Gets the scale factor for bubbles in the specified chart group. Can be an integer value from 0 (zero) to 300, corresponding to a percentage of the default size. Applies only to bubble charts.</div>
</section>
</li>
<li>
<section class="detail" id="setBubbleScale(int)">
<h3>setBubbleScale</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setBubbleScale</span><wbr><span class="parameters">(int&nbsp;value)</span></div>
<div class="block">Sets the scale factor for bubbles in the specified chart group. Can be an integer value from 0 (zero) to 300, corresponding to a percentage of the default size. Applies only to bubble charts.</div>
</section>
</li>
<li>
<section class="detail" id="getDoughnutHoleSize()">
<h3>getDoughnutHoleSize</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getDoughnutHoleSize</span>()</div>
<div class="block">Gets the size of the hole in a doughnut chart group. The hole size is expressed as a percentage of the chart size, between 10 and 90 percent.</div>
</section>
</li>
<li>
<section class="detail" id="setDoughnutHoleSize(int)">
<h3>setDoughnutHoleSize</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setDoughnutHoleSize</span><wbr><span class="parameters">(int&nbsp;value)</span></div>
<div class="block">Sets the size of the hole in a doughnut chart group. The hole size is expressed as a percentage of the chart size, between 10 and 90 percent.</div>
</section>
</li>
<li>
<section class="detail" id="getDownBars()">
<h3>getDownBars</h3>
<div class="member-signature"><span class="return-type"><a href="IChartBars.html" title="interface in com.grapecity.documents.excel.drawing">IChartBars</a></span>&nbsp;<span class="element-name">getDownBars</span>()</div>
<div class="block">Returns the  <a href="IChartBars.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartBars</code></a> object that represents the down bars on a linechart. Applies only to line charts.</div>
</section>
</li>
<li>
<section class="detail" id="getDropLines()">
<h3>getDropLines</h3>
<div class="member-signature"><span class="return-type"><a href="IChartLines.html" title="interface in com.grapecity.documents.excel.drawing">IChartLines</a></span>&nbsp;<span class="element-name">getDropLines</span>()</div>
<div class="block">Returns the  <a href="IChartLines.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartLines</code></a> object that represents the drop lines for aseries on a line chart or area chart. Applies only to line charts or area charts.</div>
</section>
</li>
<li>
<section class="detail" id="getFirstSliceAngle()">
<h3>getFirstSliceAngle</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getFirstSliceAngle</span>()</div>
<div class="block">Gets the angle of the first pie-chart or doughnut-chart slice in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts.</div>
</section>
</li>
<li>
<section class="detail" id="setFirstSliceAngle(int)">
<h3>setFirstSliceAngle</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setFirstSliceAngle</span><wbr><span class="parameters">(int&nbsp;value)</span></div>
<div class="block">Sets the angle of the first pie-chart or doughnut-chart slice in degrees (clockwise from vertical). Applies only to pie, 3-D pie, and doughnut charts.</div>
</section>
</li>
<li>
<section class="detail" id="getGapWidth()">
<h3>getGapWidth</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getGapWidth</span>()</div>
<div class="block">Gets the gap width. Bar and Column charts: Gets or sets the space between bar or column clusters as a percentage of the bar or column width. Pie of Pie and Bar of Pie charts: Gets or sets the space between the primary and secondary sections of the chart.</div>
</section>
</li>
<li>
<section class="detail" id="setGapWidth(int)">
<h3>setGapWidth</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setGapWidth</span><wbr><span class="parameters">(int&nbsp;value)</span></div>
<div class="block">Sets the gap width. Bar and Column charts: Gets or sets the space between bar or column clusters as a percentage of the bar or column width. Pie of Pie and Bar of Pie charts: Gets or sets the space between the primary and secondary sections of the chart.</div>
</section>
</li>
<li>
<section class="detail" id="getHasDropLines()">
<h3>getHasDropLines</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getHasDropLines</span>()</div>
<div class="block">Gets whether the chart has drop lines (True if the line chart or area chart has drop lines). Applies only to line and area charts.</div>
</section>
</li>
<li>
<section class="detail" id="setHasDropLines(boolean)">
<h3>setHasDropLines</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setHasDropLines</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether the chart has drop lines (True if the line chart or area chart has drop lines). Applies only to line and area charts.</div>
</section>
</li>
<li>
<section class="detail" id="getHasHiLoLines()">
<h3>getHasHiLoLines</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getHasHiLoLines</span>()</div>
<div class="block">Gets whether the line chart has high-low lines (True if the line chart has high-low lines). Applies only to line charts.</div>
</section>
</li>
<li>
<section class="detail" id="setHasHiLoLines(boolean)">
<h3>setHasHiLoLines</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setHasHiLoLines</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether the line chart has high-low lines (True if the line chart has high-low lines). Applies only to line charts.</div>
</section>
</li>
<li>
<section class="detail" id="getHasSeriesLines()">
<h3>getHasSeriesLines</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getHasSeriesLines</span>()</div>
<div class="block">Gets whether the chart has series lines (True if a stacked column chart or bar chart has series lines or if a Pie of Pie chart or Bar of Pie chart has connector lines between the two sections). Applies only to stacked column charts, bar charts, Pie of Pie charts, or Bar of Pie charts.</div>
</section>
</li>
<li>
<section class="detail" id="setHasSeriesLines(boolean)">
<h3>setHasSeriesLines</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setHasSeriesLines</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether the chart has series lines (True if a stacked column chart or bar chart has series lines or if a Pie of Pie chart or Bar of Pie chart has connector lines between the two sections). Applies only to stacked column charts, bar charts, Pie of Pie charts, or Bar of Pie charts.</div>
</section>
</li>
<li>
<section class="detail" id="getHasUpDownBars()">
<h3>getHasUpDownBars</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getHasUpDownBars</span>()</div>
<div class="block">Gets whether the line chart has up and down bars (True if a line chart has up and down bars). Applies only to line charts.</div>
</section>
</li>
<li>
<section class="detail" id="setHasUpDownBars(boolean)">
<h3>setHasUpDownBars</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setHasUpDownBars</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether the line chart has up and down bars (True if a line chart has up and down bars). Applies only to line charts.</div>
</section>
</li>
<li>
<section class="detail" id="getHiLoLines()">
<h3>getHiLoLines</h3>
<div class="member-signature"><span class="return-type"><a href="IChartLines.html" title="interface in com.grapecity.documents.excel.drawing">IChartLines</a></span>&nbsp;<span class="element-name">getHiLoLines</span>()</div>
<div class="block">Returns a  <a href="IChartLines.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartLines</code></a> object that represents thehigh-low lines for a series on a line chart. Applies only to line charts.</div>
</section>
</li>
<li>
<section class="detail" id="getOverlap()">
<h3>getOverlap</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getOverlap</span>()</div>
<div class="block">Gets how bars and columns are positioned. Can be a value between –100 and 100. Applies only to 2-D bar and 2-D column charts.</div>
</section>
</li>
<li>
<section class="detail" id="setOverlap(int)">
<h3>setOverlap</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setOverlap</span><wbr><span class="parameters">(int&nbsp;value)</span></div>
<div class="block">Sets how bars and columns are positioned. Can be a value between –100 and 100. Applies only to 2-D bar and 2-D column charts.</div>
</section>
</li>
<li>
<section class="detail" id="getSecondPlotSize()">
<h3>getSecondPlotSize</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getSecondPlotSize</span>()</div>
<div class="block">Gets the size of the secondary section of either a Pie of Pie chart or a Bar of Pie chart, as a percentage of the size of the primary pie. Can be a value from 5 to 200.</div>
</section>
</li>
<li>
<section class="detail" id="setSecondPlotSize(int)">
<h3>setSecondPlotSize</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setSecondPlotSize</span><wbr><span class="parameters">(int&nbsp;value)</span></div>
<div class="block">Sets the size of the secondary section of either a Pie of Pie chart or a Bar of Pie chart, as a percentage of the size of the primary pie. Can be a value from 5 to 200.</div>
</section>
</li>
<li>
<section class="detail" id="getSeriesLines()">
<h3>getSeriesLines</h3>
<div class="member-signature"><span class="return-type"><a href="IChartLines.html" title="interface in com.grapecity.documents.excel.drawing">IChartLines</a></span>&nbsp;<span class="element-name">getSeriesLines</span>()</div>
<div class="block">Returns the  <a href="IChartLines.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartLines</code></a> object that represents the series lines for astacked bar chart or a stacked column chart. Applies only to stacked bar and stacked column charts.</div>
</section>
</li>
<li>
<section class="detail" id="getShowNegativeBubbles()">
<h3>getShowNegativeBubbles</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getShowNegativeBubbles</span>()</div>
<div class="block">Gets whether to show negative bubbles (True if negative bubbles are shown for the chart group). Valid only for bubble charts.</div>
</section>
</li>
<li>
<section class="detail" id="setShowNegativeBubbles(boolean)">
<h3>setShowNegativeBubbles</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setShowNegativeBubbles</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether to show negative bubbles (True if negative bubbles are shown for the chart group). Valid only for bubble charts.</div>
</section>
</li>
<li>
<section class="detail" id="getSizeRepresents()">
<h3>getSizeRepresents</h3>
<div class="member-signature"><span class="return-type"><a href="SizeRepresents.html" title="enum class in com.grapecity.documents.excel.drawing">SizeRepresents</a></span>&nbsp;<span class="element-name">getSizeRepresents</span>()</div>
<div class="block">Sets what the bubble size represents on a bubble chart. Can be either of the following SizeRepresents constants: SizeIsArea or SizeIsWidth.</div>
</section>
</li>
<li>
<section class="detail" id="setSizeRepresents(com.grapecity.documents.excel.drawing.SizeRepresents)">
<h3>setSizeRepresents</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setSizeRepresents</span><wbr><span class="parameters">(<a href="SizeRepresents.html" title="enum class in com.grapecity.documents.excel.drawing">SizeRepresents</a>&nbsp;value)</span></div>
<div class="block">Gets what the bubble size represents on a bubble chart. Can be either of the following SizeRepresents constants: SizeIsArea or SizeIsWidth.</div>
</section>
</li>
<li>
<section class="detail" id="getSplitType()">
<h3>getSplitType</h3>
<div class="member-signature"><span class="return-type"><a href="ChartSplitType.html" title="enum class in com.grapecity.documents.excel.drawing">ChartSplitType</a></span>&nbsp;<span class="element-name">getSplitType</span>()</div>
<div class="block">Gets the way the two sections of either a Pie of Pie chart or a Bar of Pie chart are split.</div>
</section>
</li>
<li>
<section class="detail" id="setSplitType(com.grapecity.documents.excel.drawing.ChartSplitType)">
<h3>setSplitType</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setSplitType</span><wbr><span class="parameters">(<a href="ChartSplitType.html" title="enum class in com.grapecity.documents.excel.drawing">ChartSplitType</a>&nbsp;value)</span></div>
<div class="block">Sets the way the two sections of either a Pie of Pie chart or a Bar of Pie chart are split.</div>
</section>
</li>
<li>
<section class="detail" id="getSplitValue()">
<h3>getSplitValue</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getSplitValue</span>()</div>
<div class="block">Gets the threshold value separating the two sections of either a Pie of Pie chart or a Bar of Pie chart.</div>
</section>
</li>
<li>
<section class="detail" id="setSplitValue(int)">
<h3>setSplitValue</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setSplitValue</span><wbr><span class="parameters">(int&nbsp;value)</span></div>
<div class="block">Sets the threshold value separating the two sections of either a Pie of Pie chart or a Bar of Pie chart.</div>
</section>
</li>
<li>
<section class="detail" id="getUpBars()">
<h3>getUpBars</h3>
<div class="member-signature"><span class="return-type"><a href="IChartBars.html" title="interface in com.grapecity.documents.excel.drawing">IChartBars</a></span>&nbsp;<span class="element-name">getUpBars</span>()</div>
<div class="block">Returns an  <a href="IChartBars.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartBars</code></a> object that represents the up bars on a linechart. Applies only to line charts.</div>
</section>
</li>
<li>
<section class="detail" id="getVaryByCategories()">
<h3>getVaryByCategories</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getVaryByCategories</span>()</div>
<div class="block">Gets whether to use a different color or pattern for each data marker (True if Microsoft Excel assigns a different color or pattern to each data marker). The chart must contain only one series.</div>
</section>
</li>
<li>
<section class="detail" id="setVaryByCategories(boolean)">
<h3>setVaryByCategories</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setVaryByCategories</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether to use a different color or pattern for each data marker (True if Microsoft Excel assigns a different color or pattern to each data marker). The chart must contain only one series.</div>
</section>
</li>
<li>
<section class="detail" id="getSeriesCollection()">
<h3>getSeriesCollection</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="ISeries.html" title="interface in com.grapecity.documents.excel.drawing">ISeries</a>&gt;</span>&nbsp;<span class="element-name">getSeriesCollection</span>()</div>
<div class="block">Returns an object that represents a collection of all the series (a <a href="ISeries.html" title="interface in com.grapecity.documents.excel.drawing"><code>ISeries</code></a> collection) in the chart or chart group.</div>
</section>
</li>
<li>
<section class="detail" id="getBinsType()">
<h3>getBinsType</h3>
<div class="member-signature"><span class="return-type"><a href="BinsType.html" title="enum class in com.grapecity.documents.excel.drawing">BinsType</a></span>&nbsp;<span class="element-name">getBinsType</span>()</div>
<div class="block">Gets how the horizontal axis of the histogram chart is formatted.</div>
</section>
</li>
<li>
<section class="detail" id="setBinsType(com.grapecity.documents.excel.drawing.BinsType)">
<h3>setBinsType</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setBinsType</span><wbr><span class="parameters">(<a href="BinsType.html" title="enum class in com.grapecity.documents.excel.drawing">BinsType</a>&nbsp;value)</span></div>
<div class="block">Sets how the horizontal axis of the histogram chart is formatted.</div>
</section>
</li>
<li>
<section class="detail" id="getBinsCountValue()">
<h3>getBinsCountValue</h3>
<div class="member-signature"><span class="return-type">long</span>&nbsp;<span class="element-name">getBinsCountValue</span>()</div>
<div class="block">Gets the number of bins in the histogram chart.</div>
</section>
</li>
<li>
<section class="detail" id="setBinsCountValue(long)">
<h3>setBinsCountValue</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setBinsCountValue</span><wbr><span class="parameters">(long&nbsp;value)</span></div>
<div class="block">Sets the number of bins in the histogram chart.</div>
</section>
</li>
<li>
<section class="detail" id="getBinsOverflowEnabled()">
<h3>getBinsOverflowEnabled</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getBinsOverflowEnabled</span>()</div>
<div class="block">Gets whether a bin for values above the BinsOverflowValue property is enabled.</div>
</section>
</li>
<li>
<section class="detail" id="setBinsOverflowEnabled(boolean)">
<h3>setBinsOverflowEnabled</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setBinsOverflowEnabled</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether a bin for values above the BinsOverflowValue property is enabled.</div>
</section>
</li>
<li>
<section class="detail" id="getBinsOverflowValue()">
<h3>getBinsOverflowValue</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getBinsOverflowValue</span>()</div>
<div class="block">Gets the value above which an overflow bin is displayed. It only works if the BinsOverflowEnabled property is True.</div>
</section>
</li>
<li>
<section class="detail" id="setBinsOverflowValue(double)">
<h3>setBinsOverflowValue</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setBinsOverflowValue</span><wbr><span class="parameters">(double&nbsp;value)</span></div>
<div class="block">Sets the value above which an overflow bin is displayed. It only works if the BinsOverflowEnabled property is True.</div>
</section>
</li>
<li>
<section class="detail" id="getBinsUnderflowEnabled()">
<h3>getBinsUnderflowEnabled</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getBinsUnderflowEnabled</span>()</div>
<div class="block">Gets whether a bin for values below the BinsUnderflowValue property is enabled.</div>
</section>
</li>
<li>
<section class="detail" id="setBinsUnderflowEnabled(boolean)">
<h3>setBinsUnderflowEnabled</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setBinsUnderflowEnabled</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether a bin for values below the BinsUnderflowValue property is enabled.</div>
</section>
</li>
<li>
<section class="detail" id="getBinsUnderflowValue()">
<h3>getBinsUnderflowValue</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getBinsUnderflowValue</span>()</div>
<div class="block">Gets the value below which an underflow bin is displayed. It only works if the BinsUnderflowEnabled property is True.</div>
</section>
</li>
<li>
<section class="detail" id="setBinsUnderflowValue(double)">
<h3>setBinsUnderflowValue</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setBinsUnderflowValue</span><wbr><span class="parameters">(double&nbsp;value)</span></div>
<div class="block">Sets the value below which an underflow bin is displayed. It only works if the BinsUnderflowEnabled property is True.</div>
</section>
</li>
<li>
<section class="detail" id="getBinWidthValue()">
<h3>getBinWidthValue</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getBinWidthValue</span>()</div>
<div class="block">Gets the number of points in each range.</div>
</section>
</li>
<li>
<section class="detail" id="setBinWidthValue(double)">
<h3>setBinWidthValue</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setBinWidthValue</span><wbr><span class="parameters">(double&nbsp;value)</span></div>
<div class="block">Sets the number of points in each range.</div>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
<!-- ========= END OF CLASS DATA ========= -->
<script>var evenRowColor = "even-row-color";
var oddRowColor = "odd-row-color";
var tableTab = "table-tab";
var activeTableTab = "active-table-tab";

function show(tableId, selected, columns) {
    if (tableId !== selected) {
        document.querySelectorAll('div.' + tableId + ':not(.' + selected + ')')
            .forEach(function (elem) {
                elem.style.display = 'none';
            });
    }
    document.querySelectorAll('div.' + selected)
        .forEach(function (elem, index) {
            elem.style.display = '';
            var isEvenRow = index % (columns * 2) < columns;
            elem.classList.remove(isEvenRow ? oddRowColor : evenRowColor);
            elem.classList.add(isEvenRow ? evenRowColor : oddRowColor);
        });
    updateTabs(tableId, selected);
}

function updateTabs(tableId, selected) {
    document.querySelector('div#' + tableId + ' .summary-table')
        .setAttribute('aria-labelledby', selected);
    document.querySelectorAll('button[id^="' + tableId + '"]')
        .forEach(function (tab, index) {
            if (selected === tab.id || (tableId === selected && index === 0)) {
                tab.className = activeTableTab;
                tab.setAttribute('aria-selected', true);
                tab.setAttribute('tabindex', 0);
            } else {
                tab.className = tableTab;
                tab.setAttribute('aria-selected', false);
                tab.setAttribute('tabindex', -1);
            }
        });
}

function switchTab(e) {
    var selected = document.querySelector('[aria-selected=true]');
    if (selected) {
        if ((e.keyCode === 37 || e.keyCode === 38) && selected.previousSibling) {
            // left or up arrow key pressed: move focus to previous tab
            selected.previousSibling.click();
            selected.previousSibling.focus();
            e.preventDefault();
        } else if ((e.keyCode === 39 || e.keyCode === 40) && selected.nextSibling) {
            // right or down arrow key pressed: move focus to next tab
            selected.nextSibling.click();
            selected.nextSibling.focus();
            e.preventDefault();
        }
    }
}
</script></div>