# ISeries

## 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 ISeries</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">ISeries</span></div>
<div class="block">Represents a series in a chart. The Series object is a member of the <a href="ISeriesCollection.html" title="interface in com.grapecity.documents.excel.drawing"><code>ISeriesCollection</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>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#clearFormats()" class="member-name-link">clearFormats</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Clears the formatting of the object.</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="#delete()" class="member-name-link">delete</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Deletes the object.</div>
</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><a href="BarShape.html" title="enum class in com.grapecity.documents.excel.drawing">BarShape</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getBarShape()" class="member-name-link">getBarShape</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 or sets the shape used with the 3-D bar or column chart.</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/lang/Double.html" title="class or interface in java.lang" class="external-link">Double</a>[]</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getBubbleSizes()" class="member-name-link">getBubbleSizes</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 an array that contains the size data for the bubble chart.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="ChartType.html" title="enum class in com.grapecity.documents.excel.drawing">ChartType</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getChartType()" class="member-name-link">getChartType</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 chart type.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IDataLabels.html" title="interface in com.grapecity.documents.excel.drawing">IDataLabels</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getDataLabels()" class="member-name-link">getDataLabels</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 data labels for the series.</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="#getExplosion()" class="member-name-link">getExplosion</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 explosion value for a pie-chart or doughnut-chart slice.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IChartFormat.html" title="interface in com.grapecity.documents.excel.drawing">IChartFormat</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getFormat()" class="member-name-link">getFormat</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="IChartFormat.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartFormat</code></a> object.</div>
</div>
<div class="col-first odd-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/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getFormula()" class="member-name-link">getFormula</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 object's formula in A1-style notation.</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/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getFormulaR1C1()" class="member-name-link">getFormulaR1C1</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 formula for the object using R1C1-style notation.</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="#getHas3DEffect()" class="member-name-link">getHas3DEffect</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 series has a three-dimensional appearance.</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="#getHasDataLabels()" class="member-name-link">getHasDataLabels</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 series has data labels.</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="#getHasErrorBars()" class="member-name-link">getHasErrorBars</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 series has error bars.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IColorFormat.html" title="interface in com.grapecity.documents.excel.drawing">IColorFormat</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getInvertColor()" class="member-name-link">getInvertColor</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 fill color for negative data points in a series.</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="#getInvertIfNegative()" class="member-name-link">getInvertIfNegative</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 Microsoft Excel inverts the pattern in the item when it corresponds to a negative number.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IChartFormat.html" title="interface in com.grapecity.documents.excel.drawing">IChartFormat</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getMarkerFormat()" class="member-name-link">getMarkerFormat</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="IChartFormat.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartFormat</code></a> for the markers of this series.</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="#getMarkerSize()" class="member-name-link">getMarkerSize</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 data-marker size in points.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="MarkerStyle.html" title="enum class in com.grapecity.documents.excel.drawing">MarkerStyle</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getMarkerStyle()" class="member-name-link">getMarkerStyle</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 marker style for a point or series in a line chart, scatter chart, or radar chart.</div>
</div>
<div class="col-first odd-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/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getName()" class="member-name-link">getName</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 name of the object.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IChartGroup.html" title="interface in com.grapecity.documents.excel.drawing">IChartGroup</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><a href="ParentDataLabelOptions.html" title="enum class in com.grapecity.documents.excel.drawing">ParentDataLabelOptions</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getParentDataLabelOption()" class="member-name-link">getParentDataLabelOption</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 parent data label option for the specified series within the 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="DrawingPictureType.html" title="enum class in com.grapecity.documents.excel.drawing">DrawingPictureType</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getPictureType()" class="member-name-link">getPictureType</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 pictures are displayed on a column or bar picture chart.</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="#getPictureUnit()" class="member-name-link">getPictureUnit</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 unit for each picture on the chart if the PictureType property is set to Scale (if not, this property is ignored).</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="#getPlotOrder()" class="member-name-link">getPlotOrder</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 plot order for the selected series within 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="IPoints.html" title="interface in com.grapecity.documents.excel.drawing">IPoints</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getPoints()" class="member-name-link">getPoints</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 an object that represents a collection of all the points in the series.</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="#getQuartileCalculationInclusiveMedian()" class="member-name-link">getQuartileCalculationInclusiveMedian</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 median is included in the calculation if N (the number of values in the data) is odd.</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="#getShowConnectorLines()" class="member-name-link">getShowConnectorLines</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 show the connector lines which connect the end of each column to the beginning of the next column.</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="#getShowInnerPoints()" class="member-name-link">getShowInnerPoints</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 the data points that lie between the lower whisker line and the upper whisker line.</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="#getShowMeanLine()" class="member-name-link">getShowMeanLine</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 show the line connecting the means of the boxes in the selected series.</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="#getShowMeanMarkers()" class="member-name-link">getShowMeanMarkers</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 the mean marker of the selected series.</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="#getShowOutlierPoints()" class="member-name-link">getShowOutlierPoints</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 show the outlier points that lie either below the lower whisker line or above the upper whisker line.</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="#getSmooth()" class="member-name-link">getSmooth</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 curve smoothing setting (True if curve smoothing is turned on for the line chart or scatter chart).</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="ITrendlines.html" title="interface in com.grapecity.documents.excel.drawing">ITrendlines</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getTrendlines()" class="member-name-link">getTrendlines</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 an object that represents a collection of all the trendlines for the series.</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/lang/Double.html" title="class or interface in java.lang" class="external-link">Double</a>[]</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getValues()" class="member-name-link">getValues</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 a collection of all the values in the series.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IErrorBar.html" title="interface in com.grapecity.documents.excel.drawing">IErrorBar</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getXErrorBar()" class="member-name-link">getXErrorBar</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 an ErrorBar object that represents the X direction error bar for the series.</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/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>[]</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getXValues()" class="member-name-link">getXValues</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 an array of x values for a chart series.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IErrorBar.html" title="interface in com.grapecity.documents.excel.drawing">IErrorBar</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getYErrorBar()" class="member-name-link">getYErrorBar</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 an ErrorBar object that represents the Y direction error bar for the series.</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="#setBarShape(com.grapecity.documents.excel.drawing.BarShape)" class="member-name-link">setBarShape</a><wbr>(<a href="BarShape.html" title="enum class in com.grapecity.documents.excel.drawing">BarShape</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">Sets the shape used with the 3-D bar or column 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="#setBubbleSizes(java.lang.Double%5B%5D)" class="member-name-link">setBubbleSizes</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Double.html" title="class or interface in java.lang" class="external-link">Double</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 an array that contains the size data for the bubble chart.</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="#setChartType(com.grapecity.documents.excel.drawing.ChartType)" class="member-name-link">setChartType</a><wbr>(<a href="ChartType.html" title="enum class in com.grapecity.documents.excel.drawing">ChartType</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">Sets the chart type.</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="#setExplosion(int)" class="member-name-link">setExplosion</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 explosion value for a pie-chart or doughnut-chart slice.</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="#setFormula(java.lang.String)" class="member-name-link">setFormula</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</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">Sets the object's formula in A1-style notation.</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="#setFormulaR1C1(java.lang.String)" class="member-name-link">setFormulaR1C1</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</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 formula for the object using R1C1-style notation.</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="#setHas3DEffect(boolean)" class="member-name-link">setHas3DEffect</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 series has a three-dimensional appearance.</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="#setHasDataLabels(boolean)" class="member-name-link">setHasDataLabels</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 series has data labels.</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="#setHasErrorBars(boolean)" class="member-name-link">setHasErrorBars</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 series has error 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="#setInvertIfNegative(boolean)" class="member-name-link">setInvertIfNegative</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 Microsoft Excel inverts the pattern in the item when it corresponds to a negative number.</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="#setMarkerSize(int)" class="member-name-link">setMarkerSize</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 data-marker size in points.</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="#setMarkerStyle(com.grapecity.documents.excel.drawing.MarkerStyle)" class="member-name-link">setMarkerStyle</a><wbr>(<a href="MarkerStyle.html" title="enum class in com.grapecity.documents.excel.drawing">MarkerStyle</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 marker style for a point or series in a line chart, scatter chart, or radar chart.</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="#setName(java.lang.String)" class="member-name-link">setName</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</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">Sets the name of the object.</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="#setParentDataLabelOption(com.grapecity.documents.excel.drawing.ParentDataLabelOptions)" class="member-name-link">setParentDataLabelOption</a><wbr>(<a href="ParentDataLabelOptions.html" title="enum class in com.grapecity.documents.excel.drawing">ParentDataLabelOptions</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 parent data label option for the specified series within 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="#setPictureType(com.grapecity.documents.excel.drawing.DrawingPictureType)" class="member-name-link">setPictureType</a><wbr>(<a href="DrawingPictureType.html" title="enum class in com.grapecity.documents.excel.drawing">DrawingPictureType</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">Sets the way pictures are displayed on a column or bar picture 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="#setPictureUnit(double)" class="member-name-link">setPictureUnit</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 unit for each picture on the chart if the PictureType property is set to Scale (if not, this property is ignored).</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="#setPlotOrder(int)" class="member-name-link">setPlotOrder</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 plot order for the selected series within the 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="#setQuartileCalculationInclusiveMedian(boolean)" class="member-name-link">setQuartileCalculationInclusiveMedian</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 median is included in the calculation if N (the number of values in the data) is odd.</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="#setShowConnectorLines(boolean)" class="member-name-link">setShowConnectorLines</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 to show the connector lines which connect the end of each column to the beginning of the next column.</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="#setShowInnerPoints(boolean)" class="member-name-link">setShowInnerPoints</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 the data points that lie between the lower whisker line and the upper whisker line.</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="#setShowMeanLine(boolean)" class="member-name-link">setShowMeanLine</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 to show the line connecting the means of the boxes in the selected series.</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="#setShowMeanMarkers(boolean)" class="member-name-link">setShowMeanMarkers</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 the mean marker of the selected 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="#setShowOutlierPoints(boolean)" class="member-name-link">setShowOutlierPoints</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 to show the outlier points that lie either below the lower whisker line or above the upper whisker line.</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="#setSmooth(boolean)" class="member-name-link">setSmooth</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 the curve smoothing setting (True if curve smoothing is turned on for the line chart or scatter chart).</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="#setValues(java.lang.Double%5B%5D)" class="member-name-link">setValues</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Double.html" title="class or interface in java.lang" class="external-link">Double</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">Sets a collection of all the values in the series.</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="#setXValues(java.lang.Object%5B%5D)" class="member-name-link">setXValues</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</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 an array of x values for a chart series.</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="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="getBarShape()">
<h3>getBarShape</h3>
<div class="member-signature"><span class="return-type"><a href="BarShape.html" title="enum class in com.grapecity.documents.excel.drawing">BarShape</a></span>&nbsp;<span class="element-name">getBarShape</span>()</div>
<div class="block">Returns or sets the shape used with the 3-D bar or column chart.</div>
</section>
</li>
<li>
<section class="detail" id="setBarShape(com.grapecity.documents.excel.drawing.BarShape)">
<h3>setBarShape</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setBarShape</span><wbr><span class="parameters">(<a href="BarShape.html" title="enum class in com.grapecity.documents.excel.drawing">BarShape</a>&nbsp;value)</span></div>
<div class="block">Sets the shape used with the 3-D bar or column chart.</div>
</section>
</li>
<li>
<section class="detail" id="getBubbleSizes()">
<h3>getBubbleSizes</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Double.html" title="class or interface in java.lang" class="external-link">Double</a>[]</span>&nbsp;<span class="element-name">getBubbleSizes</span>()</div>
<div class="block">Gets an array that contains the size data for the bubble chart. Applies only to bubble charts.</div>
</section>
</li>
<li>
<section class="detail" id="setBubbleSizes(java.lang.Double[])">
<h3>setBubbleSizes</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setBubbleSizes</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Double.html" title="class or interface in java.lang" class="external-link">Double</a>[]&nbsp;value)</span></div>
<div class="block">Sets an array that contains the size data for the bubble chart. Applies only to bubble charts.</div>
</section>
</li>
<li>
<section class="detail" id="getChartType()">
<h3>getChartType</h3>
<div class="member-signature"><span class="return-type"><a href="ChartType.html" title="enum class in com.grapecity.documents.excel.drawing">ChartType</a></span>&nbsp;<span class="element-name">getChartType</span>()</div>
<div class="block">Gets the chart type.</div>
</section>
</li>
<li>
<section class="detail" id="setChartType(com.grapecity.documents.excel.drawing.ChartType)">
<h3>setChartType</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setChartType</span><wbr><span class="parameters">(<a href="ChartType.html" title="enum class in com.grapecity.documents.excel.drawing">ChartType</a>&nbsp;value)</span></div>
<div class="block">Sets the chart type.</div>
</section>
</li>
<li>
<section class="detail" id="getXErrorBar()">
<h3>getXErrorBar</h3>
<div class="member-signature"><span class="return-type"><a href="IErrorBar.html" title="interface in com.grapecity.documents.excel.drawing">IErrorBar</a></span>&nbsp;<span class="element-name">getXErrorBar</span>()</div>
<div class="block">Gets an ErrorBar object that represents the X direction error bar for the series.</div>
</section>
</li>
<li>
<section class="detail" id="getYErrorBar()">
<h3>getYErrorBar</h3>
<div class="member-signature"><span class="return-type"><a href="IErrorBar.html" title="interface in com.grapecity.documents.excel.drawing">IErrorBar</a></span>&nbsp;<span class="element-name">getYErrorBar</span>()</div>
<div class="block">Gets an ErrorBar object that represents the Y direction error bar for the series.</div>
</section>
</li>
<li>
<section class="detail" id="getExplosion()">
<h3>getExplosion</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getExplosion</span>()</div>
<div class="block">Gets the explosion value for a pie-chart or doughnut-chart slice. Returns 0 (zero) if there is no explosion (the tip of the slice is in the center of the pie).</div>
</section>
</li>
<li>
<section class="detail" id="setExplosion(int)">
<h3>setExplosion</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setExplosion</span><wbr><span class="parameters">(int&nbsp;value)</span></div>
<div class="block">Sets the explosion value for a pie-chart or doughnut-chart slice. Returns 0 (zero) if there is no explosion (the tip of the slice is in the center of the pie).</div>
</section>
</li>
<li>
<section class="detail" id="getFormat()">
<h3>getFormat</h3>
<div class="member-signature"><span class="return-type"><a href="IChartFormat.html" title="interface in com.grapecity.documents.excel.drawing">IChartFormat</a></span>&nbsp;<span class="element-name">getFormat</span>()</div>
<div class="block">Returns the  <a href="IChartFormat.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartFormat</code></a> object.</div>
</section>
</li>
<li>
<section class="detail" id="getFormula()">
<h3>getFormula</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getFormula</span>()</div>
<div class="block">Gets the object's formula in A1-style notation.</div>
</section>
</li>
<li>
<section class="detail" id="setFormula(java.lang.String)">
<h3>setFormula</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setFormula</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;value)</span></div>
<div class="block">Sets the object's formula in A1-style notation.</div>
</section>
</li>
<li>
<section class="detail" id="getFormulaR1C1()">
<h3>getFormulaR1C1</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getFormulaR1C1</span>()</div>
<div class="block">Gets the formula for the object using R1C1-style notation.</div>
</section>
</li>
<li>
<section class="detail" id="setFormulaR1C1(java.lang.String)">
<h3>setFormulaR1C1</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setFormulaR1C1</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;value)</span></div>
<div class="block">Sets the formula for the object using R1C1-style notation.</div>
</section>
</li>
<li>
<section class="detail" id="getHas3DEffect()">
<h3>getHas3DEffect</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getHas3DEffect</span>()</div>
<div class="block">Gets whether the series has a three-dimensional appearance. Applies only to bubble charts.</div>
</section>
</li>
<li>
<section class="detail" id="setHas3DEffect(boolean)">
<h3>setHas3DEffect</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setHas3DEffect</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether the series has a three-dimensional appearance. Applies only to bubble charts.</div>
</section>
</li>
<li>
<section class="detail" id="getHasDataLabels()">
<h3>getHasDataLabels</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getHasDataLabels</span>()</div>
<div class="block">Gets whether the series has data labels.</div>
</section>
</li>
<li>
<section class="detail" id="setHasDataLabels(boolean)">
<h3>setHasDataLabels</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setHasDataLabels</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether the series has data labels.</div>
</section>
</li>
<li>
<section class="detail" id="getHasErrorBars()">
<h3>getHasErrorBars</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getHasErrorBars</span>()</div>
<div class="block">Gets whether the series has error bars. This property isn’t available for 3-D charts.</div>
</section>
</li>
<li>
<section class="detail" id="setHasErrorBars(boolean)">
<h3>setHasErrorBars</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setHasErrorBars</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether the series has error bars. This property isn’t available for 3-D charts.</div>
</section>
</li>
<li>
<section class="detail" id="getInvertColor()">
<h3>getInvertColor</h3>
<div class="member-signature"><span class="return-type"><a href="IColorFormat.html" title="interface in com.grapecity.documents.excel.drawing">IColorFormat</a></span>&nbsp;<span class="element-name">getInvertColor</span>()</div>
<div class="block">Gets the fill color for negative data points in a series.</div>
</section>
</li>
<li>
<section class="detail" id="getInvertIfNegative()">
<h3>getInvertIfNegative</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getInvertIfNegative</span>()</div>
<div class="block">Gets whether Microsoft Excel inverts the pattern in the item when it corresponds to a negative number.</div>
</section>
</li>
<li>
<section class="detail" id="setInvertIfNegative(boolean)">
<h3>setInvertIfNegative</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setInvertIfNegative</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether Microsoft Excel inverts the pattern in the item when it corresponds to a negative number.</div>
</section>
</li>
<li>
<section class="detail" id="getMarkerFormat()">
<h3>getMarkerFormat</h3>
<div class="member-signature"><span class="return-type"><a href="IChartFormat.html" title="interface in com.grapecity.documents.excel.drawing">IChartFormat</a></span>&nbsp;<span class="element-name">getMarkerFormat</span>()</div>
<div class="block">Returns the  <a href="IChartFormat.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartFormat</code></a> for the markers of this series.</div>
</section>
</li>
<li>
<section class="detail" id="getMarkerSize()">
<h3>getMarkerSize</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getMarkerSize</span>()</div>
<div class="block">Gets the data-marker size in points.</div>
</section>
</li>
<li>
<section class="detail" id="setMarkerSize(int)">
<h3>setMarkerSize</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setMarkerSize</span><wbr><span class="parameters">(int&nbsp;value)</span></div>
<div class="block">Sets the data-marker size in points.</div>
</section>
</li>
<li>
<section class="detail" id="getMarkerStyle()">
<h3>getMarkerStyle</h3>
<div class="member-signature"><span class="return-type"><a href="MarkerStyle.html" title="enum class in com.grapecity.documents.excel.drawing">MarkerStyle</a></span>&nbsp;<span class="element-name">getMarkerStyle</span>()</div>
<div class="block">Gets the marker style for a point or series in a line chart, scatter chart, or radar chart.</div>
</section>
</li>
<li>
<section class="detail" id="setMarkerStyle(com.grapecity.documents.excel.drawing.MarkerStyle)">
<h3>setMarkerStyle</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setMarkerStyle</span><wbr><span class="parameters">(<a href="MarkerStyle.html" title="enum class in com.grapecity.documents.excel.drawing">MarkerStyle</a>&nbsp;value)</span></div>
<div class="block">Sets the marker style for a point or series in a line chart, scatter chart, or radar chart.</div>
</section>
</li>
<li>
<section class="detail" id="getName()">
<h3>getName</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span>&nbsp;<span class="element-name">getName</span>()</div>
<div class="block">Gets the name of the object.</div>
</section>
</li>
<li>
<section class="detail" id="setName(java.lang.String)">
<h3>setName</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setName</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;value)</span></div>
<div class="block">Sets the name of the object.</div>
</section>
</li>
<li>
<section class="detail" id="getParent()">
<h3>getParent</h3>
<div class="member-signature"><span class="return-type"><a href="IChartGroup.html" title="interface in com.grapecity.documents.excel.drawing">IChartGroup</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="getPictureType()">
<h3>getPictureType</h3>
<div class="member-signature"><span class="return-type"><a href="DrawingPictureType.html" title="enum class in com.grapecity.documents.excel.drawing">DrawingPictureType</a></span>&nbsp;<span class="element-name">getPictureType</span>()</div>
<div class="block">Gets the way pictures are displayed on a column or bar picture chart.</div>
</section>
</li>
<li>
<section class="detail" id="setPictureType(com.grapecity.documents.excel.drawing.DrawingPictureType)">
<h3>setPictureType</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setPictureType</span><wbr><span class="parameters">(<a href="DrawingPictureType.html" title="enum class in com.grapecity.documents.excel.drawing">DrawingPictureType</a>&nbsp;value)</span></div>
<div class="block">Sets the way pictures are displayed on a column or bar picture chart.</div>
</section>
</li>
<li>
<section class="detail" id="getPictureUnit()">
<h3>getPictureUnit</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getPictureUnit</span>()</div>
<div class="block">Gets the unit for each picture on the chart if the PictureType property is set to Scale (if not, this property is ignored).</div>
</section>
</li>
<li>
<section class="detail" id="setPictureUnit(double)">
<h3>setPictureUnit</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setPictureUnit</span><wbr><span class="parameters">(double&nbsp;value)</span></div>
<div class="block">Sets the unit for each picture on the chart if the PictureType property is set to Scale (if not, this property is ignored).</div>
</section>
</li>
<li>
<section class="detail" id="getPlotOrder()">
<h3>getPlotOrder</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getPlotOrder</span>()</div>
<div class="block">Gets the plot order for the selected series within the chart group.</div>
</section>
</li>
<li>
<section class="detail" id="setPlotOrder(int)">
<h3>setPlotOrder</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setPlotOrder</span><wbr><span class="parameters">(int&nbsp;value)</span></div>
<div class="block">Sets the plot order for the selected series within the chart group.</div>
</section>
</li>
<li>
<section class="detail" id="getSmooth()">
<h3>getSmooth</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getSmooth</span>()</div>
<div class="block">Gets the curve smoothing setting (True if curve smoothing is turned on for the line chart or scatter chart). Applies only to line and scatter charts.</div>
</section>
</li>
<li>
<section class="detail" id="setSmooth(boolean)">
<h3>setSmooth</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setSmooth</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets the curve smoothing setting (True if curve smoothing is turned on for the line chart or scatter chart). Applies only to line and scatter charts.</div>
</section>
</li>
<li>
<section class="detail" id="getShowInnerPoints()">
<h3>getShowInnerPoints</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getShowInnerPoints</span>()</div>
<div class="block">Gets whether to show the data points that lie between the lower whisker line and the upper whisker line. Valid only for boxwhisker charts.</div>
</section>
</li>
<li>
<section class="detail" id="setShowInnerPoints(boolean)">
<h3>setShowInnerPoints</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setShowInnerPoints</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether to show the data points that lie between the lower whisker line and the upper whisker line. Valid only for boxwhisker charts.</div>
</section>
</li>
<li>
<section class="detail" id="getShowOutlierPoints()">
<h3>getShowOutlierPoints</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getShowOutlierPoints</span>()</div>
<div class="block">Gets whether to show the outlier points that lie either below the lower whisker line or above the upper whisker line. The default value is true. Valid only for boxwhisker charts.</div>
</section>
</li>
<li>
<section class="detail" id="setShowOutlierPoints(boolean)">
<h3>setShowOutlierPoints</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setShowOutlierPoints</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether to show the outlier points that lie either below the lower whisker line or above the upper whisker line. The default value is true. Valid only for boxwhisker charts.</div>
</section>
</li>
<li>
<section class="detail" id="getShowMeanMarkers()">
<h3>getShowMeanMarkers</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getShowMeanMarkers</span>()</div>
<div class="block">Gets whether to show the mean marker of the selected series. The default value is true. Valid only for boxwhisker charts.</div>
</section>
</li>
<li>
<section class="detail" id="setShowMeanMarkers(boolean)">
<h3>setShowMeanMarkers</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setShowMeanMarkers</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether to show the mean marker of the selected series. The default value is true. Valid only for boxwhisker charts.</div>
</section>
</li>
<li>
<section class="detail" id="getShowMeanLine()">
<h3>getShowMeanLine</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getShowMeanLine</span>()</div>
<div class="block">Gets whether to show the line connecting the means of the boxes in the selected series. Valid only for boxwhisker charts.</div>
</section>
</li>
<li>
<section class="detail" id="setShowMeanLine(boolean)">
<h3>setShowMeanLine</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setShowMeanLine</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether to show the line connecting the means of the boxes in the selected series. Valid only for boxwhisker charts.</div>
</section>
</li>
<li>
<section class="detail" id="getShowConnectorLines()">
<h3>getShowConnectorLines</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getShowConnectorLines</span>()</div>
<div class="block">Gets whether to show the connector lines which connect the end of each column to the beginning of the next column. The default value is true. Valid only for waterfall charts.</div>
</section>
</li>
<li>
<section class="detail" id="setShowConnectorLines(boolean)">
<h3>setShowConnectorLines</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setShowConnectorLines</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether to show the connector lines which connect the end of each column to the beginning of the next column. The default value is true. Valid only for waterfall charts.</div>
</section>
</li>
<li>
<section class="detail" id="getQuartileCalculationInclusiveMedian()">
<h3>getQuartileCalculationInclusiveMedian</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getQuartileCalculationInclusiveMedian</span>()</div>
<div class="block">Gets whether the median is included in the calculation if N (the number of values in the data) is odd. Valid only for boxwhisker charts.</div>
</section>
</li>
<li>
<section class="detail" id="setQuartileCalculationInclusiveMedian(boolean)">
<h3>setQuartileCalculationInclusiveMedian</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setQuartileCalculationInclusiveMedian</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether the median is included in the calculation if N (the number of values in the data) is odd. Valid only for boxwhisker charts.</div>
</section>
</li>
<li>
<section class="detail" id="getValues()">
<h3>getValues</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Double.html" title="class or interface in java.lang" class="external-link">Double</a>[]</span>&nbsp;<span class="element-name">getValues</span>()</div>
<div class="block">Gets a collection of all the values in the series. This can come from a range on a worksheet or an array of constant values, but not a combination of both.</div>
</section>
</li>
<li>
<section class="detail" id="setValues(java.lang.Double[])">
<h3>setValues</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setValues</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Double.html" title="class or interface in java.lang" class="external-link">Double</a>[]&nbsp;value)</span></div>
<div class="block">Sets a collection of all the values in the series. This can come from a range on a worksheet or an array of constant values, but not a combination of both.</div>
</section>
</li>
<li>
<section class="detail" id="getXValues()">
<h3>getXValues</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>[]</span>&nbsp;<span class="element-name">getXValues</span>()</div>
<div class="block">Gets an array of x values for a chart series. The XValues property can come from a range on a worksheet or an array of values, but it cannot be a combination of both.</div>
</section>
</li>
<li>
<section class="detail" id="setXValues(java.lang.Object[])">
<h3>setXValues</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setXValues</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>[]&nbsp;value)</span></div>
<div class="block">Sets an array of x values for a chart series. The XValues property can come from a range on a worksheet or an array of values, but it cannot be a combination of both.</div>
</section>
</li>
<li>
<section class="detail" id="getParentDataLabelOption()">
<h3>getParentDataLabelOption</h3>
<div class="member-signature"><span class="return-type"><a href="ParentDataLabelOptions.html" title="enum class in com.grapecity.documents.excel.drawing">ParentDataLabelOptions</a></span>&nbsp;<span class="element-name">getParentDataLabelOption</span>()</div>
<div class="block">Gets the parent data label option for the specified series within the chart group.</div>
</section>
</li>
<li>
<section class="detail" id="setParentDataLabelOption(com.grapecity.documents.excel.drawing.ParentDataLabelOptions)">
<h3>setParentDataLabelOption</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setParentDataLabelOption</span><wbr><span class="parameters">(<a href="ParentDataLabelOptions.html" title="enum class in com.grapecity.documents.excel.drawing">ParentDataLabelOptions</a>&nbsp;value)</span></div>
<div class="block">Sets the parent data label option for the specified series within the chart group.</div>
</section>
</li>
<li>
<section class="detail" id="getDataLabels()">
<h3>getDataLabels</h3>
<div class="member-signature"><span class="return-type"><a href="IDataLabels.html" title="interface in com.grapecity.documents.excel.drawing">IDataLabels</a></span>&nbsp;<span class="element-name">getDataLabels</span>()</div>
<div class="block">Returns an object that represents a collection of all the data labels for the series.</div>
</section>
</li>
<li>
<section class="detail" id="getPoints()">
<h3>getPoints</h3>
<div class="member-signature"><span class="return-type"><a href="IPoints.html" title="interface in com.grapecity.documents.excel.drawing">IPoints</a></span>&nbsp;<span class="element-name">getPoints</span>()</div>
<div class="block">Returns an object that represents a collection of all the points in the series.</div>
</section>
</li>
<li>
<section class="detail" id="getTrendlines()">
<h3>getTrendlines</h3>
<div class="member-signature"><span class="return-type"><a href="ITrendlines.html" title="interface in com.grapecity.documents.excel.drawing">ITrendlines</a></span>&nbsp;<span class="element-name">getTrendlines</span>()</div>
<div class="block">Returns an object that represents a collection of all the trendlines for the series.</div>
</section>
</li>
<li>
<section class="detail" id="clearFormats()">
<h3>clearFormats</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">clearFormats</span>()</div>
<div class="block">Clears the formatting of the object.</div>
</section>
</li>
<li>
<section class="detail" id="delete()">
<h3>delete</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">delete</span>()</div>
<div class="block">Deletes the object.</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>