# IChart

## 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 IChart</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">IChart</span></div>
<div class="block">Represents a chart object in a worksheet.</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="IShape.html" title="interface in com.grapecity.documents.excel.drawing">IShape</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#addChart(com.grapecity.documents.excel.drawing.ChartType,double,double,double,double)" class="member-name-link">addChart</a><wbr>(<a href="ChartType.html" title="enum class in com.grapecity.documents.excel.drawing">ChartType</a>&nbsp;chartType,
 double&nbsp;left,
 double&nbsp;top,
 double&nbsp;width,
 double&nbsp;height)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Creates a chart at the specified location on the chart.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing">IShape</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#addChartInPixel(com.grapecity.documents.excel.drawing.ChartType,double,double,double,double)" class="member-name-link">addChartInPixel</a><wbr>(<a href="ChartType.html" title="enum class in com.grapecity.documents.excel.drawing">ChartType</a>&nbsp;chartType,
 double&nbsp;left,
 double&nbsp;top,
 double&nbsp;width,
 double&nbsp;height)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Creates a chart at the specified location on the chart.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing">IShape</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#addConnector(com.grapecity.documents.excel.drawing.ConnectorType,double,double,double,double)" class="member-name-link">addConnector</a><wbr>(<a href="ConnectorType.html" title="enum class in com.grapecity.documents.excel.drawing">ConnectorType</a>&nbsp;type,
 double&nbsp;beginX,
 double&nbsp;beginY,
 double&nbsp;endX,
 double&nbsp;endY)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Creates a connector.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing">IShape</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#addConnectorInPixel(com.grapecity.documents.excel.drawing.ConnectorType,double,double,double,double)" class="member-name-link">addConnectorInPixel</a><wbr>(<a href="ConnectorType.html" title="enum class in com.grapecity.documents.excel.drawing">ConnectorType</a>&nbsp;type,
 double&nbsp;beginX,
 double&nbsp;beginY,
 double&nbsp;endX,
 double&nbsp;endY)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Creates a connector.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing">IShape</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#addPicture(java.io.InputStream,com.grapecity.documents.excel.drawing.ImageType,double,double,double,double)" class="member-name-link">addPicture</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/InputStream.html" title="class or interface in java.io" class="external-link">InputStream</a>&nbsp;stream,
 <a href="ImageType.html" title="enum class in com.grapecity.documents.excel.drawing">ImageType</a>&nbsp;type,
 double&nbsp;left,
 double&nbsp;top,
 double&nbsp;width,
 double&nbsp;height)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Creates a picture from an existing stream.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing">IShape</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#addPicture(java.lang.String,double,double,double,double)" class="member-name-link">addPicture</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;filename,
 double&nbsp;left,
 double&nbsp;top,
 double&nbsp;width,
 double&nbsp;height)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Creates a picture from an existing file.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing">IShape</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#addPictureInPixel(java.io.InputStream,com.grapecity.documents.excel.drawing.ImageType,double,double,double,double)" class="member-name-link">addPictureInPixel</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/InputStream.html" title="class or interface in java.io" class="external-link">InputStream</a>&nbsp;stream,
 <a href="ImageType.html" title="enum class in com.grapecity.documents.excel.drawing">ImageType</a>&nbsp;type,
 double&nbsp;left,
 double&nbsp;top,
 double&nbsp;width,
 double&nbsp;height)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Creates a picture from an existing stream.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing">IShape</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#addPictureInPixel(java.lang.String,double,double,double,double)" class="member-name-link">addPictureInPixel</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;filename,
 double&nbsp;left,
 double&nbsp;top,
 double&nbsp;width,
 double&nbsp;height)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Creates a picture from an existing file.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing">IShape</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#addShape(com.grapecity.documents.excel.drawing.AutoShapeType,double,double,double,double)" class="member-name-link">addShape</a><wbr>(<a href="AutoShapeType.html" title="enum class in com.grapecity.documents.excel.drawing">AutoShapeType</a>&nbsp;type,
 double&nbsp;left,
 double&nbsp;top,
 double&nbsp;width,
 double&nbsp;height)</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  <code>IShape</code> object that represents the new AutoShape in the chart.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing">IShape</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#addShapeInPixel(com.grapecity.documents.excel.drawing.AutoShapeType,double,double,double,double)" class="member-name-link">addShapeInPixel</a><wbr>(<a href="AutoShapeType.html" title="enum class in com.grapecity.documents.excel.drawing">AutoShapeType</a>&nbsp;type,
 double&nbsp;left,
 double&nbsp;top,
 double&nbsp;width,
 double&nbsp;height)</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  <code>IShape</code> object that represents the new AutoShape in the 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="#delete()" class="member-name-link">delete</a>()</code></div>
<div class="col-last even-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 odd-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 odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getArea3DGroup()" class="member-name-link">getArea3DGroup</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="IChartGroup.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroup</code></a> object that represents the area chart groupon a 3-D chart.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing">IChartGroups</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getAreaGroups()" class="member-name-link">getAreaGroups</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 the area chart groups <a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroups</code></a>, on a 2D chart.</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="#getAutoScaling()" class="member-name-link">getAutoScaling</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 scaling (True to scale a 3-D chart so that it's closer in size to the equivalent 2-D chart.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IAxes.html" title="interface in com.grapecity.documents.excel.drawing">IAxes</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getAxes()" class="member-name-link">getAxes</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 the axes on the chart.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IWall.html" title="interface in com.grapecity.documents.excel.drawing">IWall</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getBackWall()" class="member-name-link">getBackWall</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="IWall.html" title="interface in com.grapecity.documents.excel.drawing"><code>IWall</code></a> object that allows the user to individually formatthe back wall of a 3-D chart.</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="#getBar3DGroup()" class="member-name-link">getBar3DGroup</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="IChartGroup.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroup</code></a> object that represents the bar chart group ona 3-D chart.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing">IChartGroups</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getBarGroups()" class="member-name-link">getBarGroups</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 the bar chart groups <a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroups</code></a>, on a 2D chart.</div>
</div>
<div class="col-first even-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 even-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 even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns the shape used with the 3-D bar or column chart.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IChartArea.html" title="interface in com.grapecity.documents.excel.drawing">IChartArea</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getChartArea()" class="member-name-link">getChartArea</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="IChartArea.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartArea</code></a> object that represents the complete chart areafor the chart.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing">IChartGroups</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getChartGroups()" class="member-name-link">getChartGroups</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 chart groups in the chart  <a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroups</code></a>.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IChartTitle.html" title="interface in com.grapecity.documents.excel.drawing">IChartTitle</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getChartTitle()" class="member-name-link">getChartTitle</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="IChartTitle.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartTitle</code></a> object that represents the title of thespecified chart.</div>
</div>
<div class="col-first even-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 even-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 even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns the chart type.</div>
</div>
<div class="col-first odd-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 odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getColumn3DGroup()" class="member-name-link">getColumn3DGroup</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="IChartGroup.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroup</code></a> object that represents the column chart groupon a 3-D chart.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing">IChartGroups</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getColumnGroups()" class="member-name-link">getColumnGroups</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 the column chart groups <a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroups</code></a>, on a 2D chart.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IDataTable.html" title="interface in com.grapecity.documents.excel.drawing">IDataTable</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getDataTable()" class="member-name-link">getDataTable</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="IDataTable.html" title="interface in com.grapecity.documents.excel.drawing"><code>IDataTable</code></a> object that represents the chart data table.</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="#getDepthPercent()" class="member-name-link">getDepthPercent</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 depth of a 3-D chart as a percentage of the chart width (between 20 and 2000 percent).</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="../DisplayBlanksAs.html" title="enum class in com.grapecity.documents.excel">DisplayBlanksAs</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getDisplayBlanksAs()" class="member-name-link">getDisplayBlanksAs</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 way that blank cells are plotted on a 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="#getDisplayNaAsBlank()" class="member-name-link">getDisplayNaAsBlank</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 show #N/A as empty cell.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing">IChartGroups</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getDoughnutGroups()" class="member-name-link">getDoughnutGroups</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 the doughnut chart groups <a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroups</code></a>, on a 2D chart.</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="#getElevation()" class="member-name-link">getElevation</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 elevation of the 3-D chart view in degrees.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IFloor.html" title="interface in com.grapecity.documents.excel.drawing">IFloor</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getFloor()" class="member-name-link">getFloor</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="IFloor.html" title="interface in com.grapecity.documents.excel.drawing"><code>IFloor</code></a> object that represents the floor of the 3-D 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="#getGapDepth()" class="member-name-link">getGapDepth</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 distance between the data series in a 3-D chart as a percentage of the marker width.</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="#getHasDataTable()" class="member-name-link">getHasDataTable</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 a value indicating whether the chart displays a data table.</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="#getHasLegend()" class="member-name-link">getHasLegend</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 a legend.</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="#getHasTitle()" class="member-name-link">getHasTitle</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 axis or chart has a visible title.</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="#getHeightPercent()" class="member-name-link">getHeightPercent</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 height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent).</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="ILegend.html" title="interface in com.grapecity.documents.excel.drawing">ILegend</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getLegend()" class="member-name-link">getLegend</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="ILegend.html" title="interface in com.grapecity.documents.excel.drawing"><code>ILegend</code></a> object that represents the legend for the chart.</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="#getLine3DGroup()" class="member-name-link">getLine3DGroup</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="IChartGroup.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroup</code></a> object that represents the line chart groupon a 3-D chart.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing">IChartGroups</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getLineGroups()" class="member-name-link">getLineGroups</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 the line chart groups <a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroups</code></a>, on a 2D 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/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="#getName()" class="member-name-link">getName</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 name of the object.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing">IShape</a></code></div>
<div class="col-second odd-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 odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns the parent  <a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing"><code>IShape</code></a> of the 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="#getPerspective()" class="member-name-link">getPerspective</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 perspective for the 3-D chart view.</div>
</div>
<div class="col-first odd-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 odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getPie3DGroup()" class="member-name-link">getPie3DGroup</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="IChartGroup.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroup</code></a> object that represents the pie chart group ona 3-D chart.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing">IChartGroups</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getPieGroups()" class="member-name-link">getPieGroups</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 the pie chart groups <a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroups</code></a>, on a 2D chart.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IPivotOptions.html" title="interface in com.grapecity.documents.excel.drawing">IPivotOptions</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getPivotOptions()" class="member-name-link">getPivotOptions</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="IPivotOptions.html" title="interface in com.grapecity.documents.excel.drawing"><code>IPivotOptions</code></a> object that represents theoptions whether to display pivot chart buttons.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="../IPivotTable.html" title="interface in com.grapecity.documents.excel">IPivotTable</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getPivotTable()" class="member-name-link">getPivotTable</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="../IPivotTable.html" title="interface in com.grapecity.documents.excel"><code>IPivotTable</code></a> object that represents the thePivotTable report containing the upper-left corner of the specified range, or the PivotTable report associated with the PivotChart report.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IPlotArea.html" title="interface in com.grapecity.documents.excel.drawing">IPlotArea</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getPlotArea()" class="member-name-link">getPlotArea</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="IPlotArea.html" title="interface in com.grapecity.documents.excel.drawing"><code>IPlotArea</code></a> object that represents the plot area of achart.</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="#getPlotVisibleOnly()" class="member-name-link">getPlotVisibleOnly</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 visible cells are plotted.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing">IChartGroups</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getRadarGroups()" class="member-name-link">getRadarGroups</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 the radar chart groups <a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroups</code></a>, on a 2D 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="#getRightAngleAxes()" class="member-name-link">getRightAngleAxes</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 axes are at right angles, independent of chart rotation or elevation.</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="#getRotation()" class="member-name-link">getRotation</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 rotation of the 3-D chart view (the rotation of the plot area around the z-axis in degrees).</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="ISeriesCollection.html" title="interface in com.grapecity.documents.excel.drawing">ISeriesCollection</a></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 in the 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/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing">IShape</a>&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getShapes()" class="member-name-link">getShapes</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 all drawing shapes in this 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="#getShowDataLabelsOverMaximum()" class="member-name-link">getShowDataLabelsOverMaximum</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 labels when the value is greater than the maximum value on the value axis.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IWall.html" title="interface in com.grapecity.documents.excel.drawing">IWall</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getSideWall()" class="member-name-link">getSideWall</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="IWall.html" title="interface in com.grapecity.documents.excel.drawing"><code>IWall</code></a> object that allows the user to individually formatthe side wall of a 3-D chart.</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="#getSurfaceGroup()" class="member-name-link">getSurfaceGroup</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="IChartGroup.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroup</code></a> object that represents the surface chartgroup of a 3-D chart.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IWall.html" title="interface in com.grapecity.documents.excel.drawing">IWall</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getWalls()" class="member-name-link">getWalls</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="IWall.html" title="interface in com.grapecity.documents.excel.drawing"><code>IWall</code></a> object that represents the walls of the 3-D chart.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing">IChartGroups</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getXYGroups()" class="member-name-link">getXYGroups</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 the scatter chart groups <a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroups</code></a>, on a 2D 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="#setAutoScaling(boolean)" class="member-name-link">setAutoScaling</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 the scaling (True to scale a 3-D chart so that it's closer in size to the equivalent 2-D 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="#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 even-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 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="#setDepthPercent(int)" class="member-name-link">setDepthPercent</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 depth of a 3-D chart as a percentage of the chart width (between 20 and 2000 percent).</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="#setDisplayBlanksAs(com.grapecity.documents.excel.DisplayBlanksAs)" class="member-name-link">setDisplayBlanksAs</a><wbr>(<a href="../DisplayBlanksAs.html" title="enum class in com.grapecity.documents.excel">DisplayBlanksAs</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 that blank cells are plotted on a 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="#setDisplayNaAsBlank(boolean)" class="member-name-link">setDisplayNaAsBlank</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 show #N/A as empty cell.</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="#setElevation(double)" class="member-name-link">setElevation</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 elevation of the 3-D chart view in degrees.</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="#setGapDepth(int)" class="member-name-link">setGapDepth</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 distance between the data series in a 3-D chart as a percentage of the marker width.</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="#setHasDataTable(boolean)" class="member-name-link">setHasDataTable</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 a value indicating whether the chart displays a data table.</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="#setHasLegend(boolean)" class="member-name-link">setHasLegend</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 a legend.</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="#setHasTitle(boolean)" class="member-name-link">setHasTitle</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 axis or chart has a visible title.</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="#setHeightPercent(int)" class="member-name-link">setHeightPercent</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 height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent).</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="#setPerspective(int)" class="member-name-link">setPerspective</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 perspective for the 3-D chart view.</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="#setPlotVisibleOnly(boolean)" class="member-name-link">setPlotVisibleOnly</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 visible cells are plotted.</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="#setRightAngleAxes(boolean)" class="member-name-link">setRightAngleAxes</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 chart axes are at right angles, independent of chart rotation or elevation.</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="#setRotation(double)" class="member-name-link">setRotation</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 rotation of the 3-D chart view (the rotation of the plot area around the z-axis in degrees).</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="#setShowDataLabelsOverMaximum(boolean)" class="member-name-link">setShowDataLabelsOverMaximum</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 data labels when the value is greater than the maximum value on the value axis.</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="#setSourceData(com.grapecity.documents.excel.IRange)" class="member-name-link">setSourceData</a><wbr>(<a href="../IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;source)</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 source data range for the 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="#setSourceData(com.grapecity.documents.excel.IRange,com.grapecity.documents.excel.drawing.RowCol)" class="member-name-link">setSourceData</a><wbr>(<a href="../IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;source,
 <a href="RowCol.html" title="enum class in com.grapecity.documents.excel.drawing">RowCol</a>&nbsp;plotBy)</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 source data range for the chart.</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="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">Returns 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="IShape.html" title="interface in com.grapecity.documents.excel.drawing">IShape</a></span>&nbsp;<span class="element-name">getParent</span>()</div>
<div class="block">Returns the parent  <a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing"><code>IShape</code></a> of the chart.</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">Returns 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="getSeriesCollection()">
<h3>getSeriesCollection</h3>
<div class="member-signature"><span class="return-type"><a href="ISeriesCollection.html" title="interface in com.grapecity.documents.excel.drawing">ISeriesCollection</a></span>&nbsp;<span class="element-name">getSeriesCollection</span>()</div>
<div class="block">Returns an object that represents a collection of all the series in the chart.</div>
</section>
</li>
<li>
<section class="detail" id="getAxes()">
<h3>getAxes</h3>
<div class="member-signature"><span class="return-type"><a href="IAxes.html" title="interface in com.grapecity.documents.excel.drawing">IAxes</a></span>&nbsp;<span class="element-name">getAxes</span>()</div>
<div class="block">Returns an object that represents a collection of the axes on the chart.</div>
</section>
</li>
<li>
<section class="detail" id="getChartArea()">
<h3>getChartArea</h3>
<div class="member-signature"><span class="return-type"><a href="IChartArea.html" title="interface in com.grapecity.documents.excel.drawing">IChartArea</a></span>&nbsp;<span class="element-name">getChartArea</span>()</div>
<div class="block">Returns the  <a href="IChartArea.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartArea</code></a> object that represents the complete chart areafor the chart.</div>
</section>
</li>
<li>
<section class="detail" id="getChartTitle()">
<h3>getChartTitle</h3>
<div class="member-signature"><span class="return-type"><a href="IChartTitle.html" title="interface in com.grapecity.documents.excel.drawing">IChartTitle</a></span>&nbsp;<span class="element-name">getChartTitle</span>()</div>
<div class="block">Returns the  <a href="IChartTitle.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartTitle</code></a> object that represents the title of thespecified chart.</div>
</section>
</li>
<li>
<section class="detail" id="getPlotArea()">
<h3>getPlotArea</h3>
<div class="member-signature"><span class="return-type"><a href="IPlotArea.html" title="interface in com.grapecity.documents.excel.drawing">IPlotArea</a></span>&nbsp;<span class="element-name">getPlotArea</span>()</div>
<div class="block">Returns the  <a href="IPlotArea.html" title="interface in com.grapecity.documents.excel.drawing"><code>IPlotArea</code></a> object that represents the plot area of achart.</div>
</section>
</li>
<li>
<section class="detail" id="getLegend()">
<h3>getLegend</h3>
<div class="member-signature"><span class="return-type"><a href="ILegend.html" title="interface in com.grapecity.documents.excel.drawing">ILegend</a></span>&nbsp;<span class="element-name">getLegend</span>()</div>
<div class="block">Returns the  <a href="ILegend.html" title="interface in com.grapecity.documents.excel.drawing"><code>ILegend</code></a> object that represents the legend for the chart.</div>
</section>
</li>
<li>
<section class="detail" id="getDataTable()">
<h3>getDataTable</h3>
<div class="member-signature"><span class="return-type"><a href="IDataTable.html" title="interface in com.grapecity.documents.excel.drawing">IDataTable</a></span>&nbsp;<span class="element-name">getDataTable</span>()</div>
<div class="block">Returns the  <a href="IDataTable.html" title="interface in com.grapecity.documents.excel.drawing"><code>IDataTable</code></a> object that represents the chart data table.</div>
</section>
</li>
<li>
<section class="detail" id="getFloor()">
<h3>getFloor</h3>
<div class="member-signature"><span class="return-type"><a href="IFloor.html" title="interface in com.grapecity.documents.excel.drawing">IFloor</a></span>&nbsp;<span class="element-name">getFloor</span>()</div>
<div class="block">Returns the  <a href="IFloor.html" title="interface in com.grapecity.documents.excel.drawing"><code>IFloor</code></a> object that represents the floor of the 3-D chart.</div>
</section>
</li>
<li>
<section class="detail" id="getWalls()">
<h3>getWalls</h3>
<div class="member-signature"><span class="return-type"><a href="IWall.html" title="interface in com.grapecity.documents.excel.drawing">IWall</a></span>&nbsp;<span class="element-name">getWalls</span>()</div>
<div class="block">Returns the  <a href="IWall.html" title="interface in com.grapecity.documents.excel.drawing"><code>IWall</code></a> object that represents the walls of the 3-D chart.</div>
</section>
</li>
<li>
<section class="detail" id="getSideWall()">
<h3>getSideWall</h3>
<div class="member-signature"><span class="return-type"><a href="IWall.html" title="interface in com.grapecity.documents.excel.drawing">IWall</a></span>&nbsp;<span class="element-name">getSideWall</span>()</div>
<div class="block">Returns the  <a href="IWall.html" title="interface in com.grapecity.documents.excel.drawing"><code>IWall</code></a> object that allows the user to individually formatthe side wall of a 3-D chart.</div>
</section>
</li>
<li>
<section class="detail" id="getBackWall()">
<h3>getBackWall</h3>
<div class="member-signature"><span class="return-type"><a href="IWall.html" title="interface in com.grapecity.documents.excel.drawing">IWall</a></span>&nbsp;<span class="element-name">getBackWall</span>()</div>
<div class="block">Returns the  <a href="IWall.html" title="interface in com.grapecity.documents.excel.drawing"><code>IWall</code></a> object that allows the user to individually formatthe back wall of a 3-D chart.</div>
</section>
</li>
<li>
<section class="detail" id="getAutoScaling()">
<h3>getAutoScaling</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getAutoScaling</span>()</div>
<div class="block">Gets the scaling (True to scale a 3-D chart so that it's closer in size to the equivalent 2-D chart. The RightAngleAxes property must be True).</div>
</section>
</li>
<li>
<section class="detail" id="setAutoScaling(boolean)">
<h3>setAutoScaling</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setAutoScaling</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets the scaling (True to scale a 3-D chart so that it's closer in size to the equivalent 2-D chart. The RightAngleAxes property must be True).</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 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="getPlotVisibleOnly()">
<h3>getPlotVisibleOnly</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getPlotVisibleOnly</span>()</div>
<div class="block">Gets whether visible cells are plotted. True if only visible cells are plotted. False if both visible and hidden cells are plotted.</div>
</section>
</li>
<li>
<section class="detail" id="setPlotVisibleOnly(boolean)">
<h3>setPlotVisibleOnly</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setPlotVisibleOnly</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether visible cells are plotted. True if only visible cells are plotted. False if both visible and hidden cells are plotted.</div>
</section>
</li>
<li>
<section class="detail" id="getDisplayNaAsBlank()">
<h3>getDisplayNaAsBlank</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getDisplayNaAsBlank</span>()</div>
<div class="block">Gets whether show #N/A as empty cell. IF true, #N/A is showed as empty cell.</div>
</section>
</li>
<li>
<section class="detail" id="setDisplayNaAsBlank(boolean)">
<h3>setDisplayNaAsBlank</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setDisplayNaAsBlank</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether show #N/A as empty cell. IF true, #N/A is showed as empty cell.</div>
</section>
</li>
<li>
<section class="detail" id="getDepthPercent()">
<h3>getDepthPercent</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getDepthPercent</span>()</div>
<div class="block">Returns the depth of a 3-D chart as a percentage of the chart width (between 20 and 2000 percent).</div>
</section>
</li>
<li>
<section class="detail" id="setDepthPercent(int)">
<h3>setDepthPercent</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setDepthPercent</span><wbr><span class="parameters">(int&nbsp;value)</span></div>
<div class="block">Sets the depth of a 3-D chart as a percentage of the chart width (between 20 and 2000 percent).</div>
</section>
</li>
<li>
<section class="detail" id="getDisplayBlanksAs()">
<h3>getDisplayBlanksAs</h3>
<div class="member-signature"><span class="return-type"><a href="../DisplayBlanksAs.html" title="enum class in com.grapecity.documents.excel">DisplayBlanksAs</a></span>&nbsp;<span class="element-name">getDisplayBlanksAs</span>()</div>
<div class="block">Returns the way that blank cells are plotted on a chart. Can be one of the following:  <a href="../DisplayBlanksAs.html" title="enum class in com.grapecity.documents.excel"><code>DisplayBlanksAs</code></a> constants: NotPlotted, Interpolated, orZero.</div>
</section>
</li>
<li>
<section class="detail" id="setDisplayBlanksAs(com.grapecity.documents.excel.DisplayBlanksAs)">
<h3>setDisplayBlanksAs</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setDisplayBlanksAs</span><wbr><span class="parameters">(<a href="../DisplayBlanksAs.html" title="enum class in com.grapecity.documents.excel">DisplayBlanksAs</a>&nbsp;value)</span></div>
<div class="block">Sets the way that blank cells are plotted on a chart. Can be one of the following:  <a href="../DisplayBlanksAs.html" title="enum class in com.grapecity.documents.excel"><code>DisplayBlanksAs</code></a> constants: NotPlotted, Interpolated, orZero.</div>
</section>
</li>
<li>
<section class="detail" id="getElevation()">
<h3>getElevation</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getElevation</span>()</div>
<div class="block">Returns the elevation of the 3-D chart view in degrees.</div>
</section>
</li>
<li>
<section class="detail" id="setElevation(double)">
<h3>setElevation</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setElevation</span><wbr><span class="parameters">(double&nbsp;value)</span></div>
<div class="block">Sets the elevation of the 3-D chart view in degrees.</div>
</section>
</li>
<li>
<section class="detail" id="getGapDepth()">
<h3>getGapDepth</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getGapDepth</span>()</div>
<div class="block">Returns the distance between the data series in a 3-D chart as a percentage of the marker width. The value of this property must be between 0 and 500.</div>
</section>
</li>
<li>
<section class="detail" id="setGapDepth(int)">
<h3>setGapDepth</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setGapDepth</span><wbr><span class="parameters">(int&nbsp;value)</span></div>
<div class="block">Sets the distance between the data series in a 3-D chart as a percentage of the marker width. The value of this property must be between 0 and 500.</div>
</section>
</li>
<li>
<section class="detail" id="getHasLegend()">
<h3>getHasLegend</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getHasLegend</span>()</div>
<div class="block">Gets whether the chart has a legend.</div>
</section>
</li>
<li>
<section class="detail" id="setHasLegend(boolean)">
<h3>setHasLegend</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setHasLegend</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether the chart has a legend.</div>
</section>
</li>
<li>
<section class="detail" id="getHasDataTable()">
<h3>getHasDataTable</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getHasDataTable</span>()</div>
<div class="block">Gets a value indicating whether the chart displays a data table.</div>
</section>
</li>
<li>
<section class="detail" id="setHasDataTable(boolean)">
<h3>setHasDataTable</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setHasDataTable</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets a value indicating whether the chart displays a data table.</div>
</section>
</li>
<li>
<section class="detail" id="getHasTitle()">
<h3>getHasTitle</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getHasTitle</span>()</div>
<div class="block">Gets whether the axis or chart has a visible title.</div>
</section>
</li>
<li>
<section class="detail" id="setHasTitle(boolean)">
<h3>setHasTitle</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setHasTitle</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether the axis or chart has a visible title.</div>
</section>
</li>
<li>
<section class="detail" id="getHeightPercent()">
<h3>getHeightPercent</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getHeightPercent</span>()</div>
<div class="block">Returns the height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent).</div>
</section>
</li>
<li>
<section class="detail" id="setHeightPercent(int)">
<h3>setHeightPercent</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setHeightPercent</span><wbr><span class="parameters">(int&nbsp;value)</span></div>
<div class="block">Sets the height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent).</div>
</section>
</li>
<li>
<section class="detail" id="getPerspective()">
<h3>getPerspective</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getPerspective</span>()</div>
<div class="block">Returns the perspective for the 3-D chart view. Must be between 0 and 100. This property is ignored if the RightAngleAxes property is True.</div>
</section>
</li>
<li>
<section class="detail" id="setPerspective(int)">
<h3>setPerspective</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setPerspective</span><wbr><span class="parameters">(int&nbsp;value)</span></div>
<div class="block">Sets the perspective for the 3-D chart view. Must be between 0 and 100. This property is ignored if the RightAngleAxes property is True.</div>
</section>
</li>
<li>
<section class="detail" id="getRightAngleAxes()">
<h3>getRightAngleAxes</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getRightAngleAxes</span>()</div>
<div class="block">Gets whether the chart axes are at right angles, independent of chart rotation or elevation. Applies only to 3-D line, column, and bar charts.</div>
</section>
</li>
<li>
<section class="detail" id="setRightAngleAxes(boolean)">
<h3>setRightAngleAxes</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setRightAngleAxes</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether the chart axes are at right angles, independent of chart rotation or elevation. Applies only to 3-D line, column, and bar charts.</div>
</section>
</li>
<li>
<section class="detail" id="getRotation()">
<h3>getRotation</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getRotation</span>()</div>
<div class="block">Returns the rotation of the 3-D chart view (the rotation of the plot area around the z-axis in degrees). The value of this property must be from 0 to 360, except for 3-D bar charts, where the value must be from 0 to 44. The default value is 20. Applies only to 3-D charts.</div>
</section>
</li>
<li>
<section class="detail" id="setRotation(double)">
<h3>setRotation</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setRotation</span><wbr><span class="parameters">(double&nbsp;value)</span></div>
<div class="block">Sets the rotation of the 3-D chart view (the rotation of the plot area around the z-axis in degrees). The value of this property must be from 0 to 360, except for 3-D bar charts, where the value must be from 0 to 44. The default value is 20. Applies only to 3-D charts.</div>
</section>
</li>
<li>
<section class="detail" id="getShowDataLabelsOverMaximum()">
<h3>getShowDataLabelsOverMaximum</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getShowDataLabelsOverMaximum</span>()</div>
<div class="block">Gets whether to show the data labels when the value is greater than the maximum value on the value axis.</div>
</section>
</li>
<li>
<section class="detail" id="setShowDataLabelsOverMaximum(boolean)">
<h3>setShowDataLabelsOverMaximum</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setShowDataLabelsOverMaximum</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether to show the data labels when the value is greater than the maximum value on the value axis.</div>
</section>
</li>
<li>
<section class="detail" id="getShapes()">
<h3>getShapes</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="IShape.html" title="interface in com.grapecity.documents.excel.drawing">IShape</a>&gt;</span>&nbsp;<span class="element-name">getShapes</span>()</div>
<div class="block">Returns all drawing shapes in this chart.</div>
</section>
</li>
<li>
<section class="detail" id="getPivotTable()">
<h3>getPivotTable</h3>
<div class="member-signature"><span class="return-type"><a href="../IPivotTable.html" title="interface in com.grapecity.documents.excel">IPivotTable</a></span>&nbsp;<span class="element-name">getPivotTable</span>()</div>
<div class="block">Returns the  <a href="../IPivotTable.html" title="interface in com.grapecity.documents.excel"><code>IPivotTable</code></a> object that represents the thePivotTable report containing the upper-left corner of the specified range, or the PivotTable report associated with the PivotChart report.</div>
</section>
</li>
<li>
<section class="detail" id="getPivotOptions()">
<h3>getPivotOptions</h3>
<div class="member-signature"><span class="return-type"><a href="IPivotOptions.html" title="interface in com.grapecity.documents.excel.drawing">IPivotOptions</a></span>&nbsp;<span class="element-name">getPivotOptions</span>()</div>
<div class="block">Returns the  <a href="IPivotOptions.html" title="interface in com.grapecity.documents.excel.drawing"><code>IPivotOptions</code></a> object that represents theoptions whether to display pivot chart buttons.</div>
</section>
</li>
<li>
<section class="detail" id="getArea3DGroup()">
<h3>getArea3DGroup</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">getArea3DGroup</span>()</div>
<div class="block">Returns the  <a href="IChartGroup.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroup</code></a> object that represents the area chart groupon a 3-D chart.</div>
</section>
</li>
<li>
<section class="detail" id="getBar3DGroup()">
<h3>getBar3DGroup</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">getBar3DGroup</span>()</div>
<div class="block">Returns the  <a href="IChartGroup.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroup</code></a> object that represents the bar chart group ona 3-D chart.</div>
</section>
</li>
<li>
<section class="detail" id="getColumn3DGroup()">
<h3>getColumn3DGroup</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">getColumn3DGroup</span>()</div>
<div class="block">Returns the  <a href="IChartGroup.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroup</code></a> object that represents the column chart groupon a 3-D chart.</div>
</section>
</li>
<li>
<section class="detail" id="getLine3DGroup()">
<h3>getLine3DGroup</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">getLine3DGroup</span>()</div>
<div class="block">Returns the  <a href="IChartGroup.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroup</code></a> object that represents the line chart groupon a 3-D chart.</div>
</section>
</li>
<li>
<section class="detail" id="getPie3DGroup()">
<h3>getPie3DGroup</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">getPie3DGroup</span>()</div>
<div class="block">Returns the  <a href="IChartGroup.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroup</code></a> object that represents the pie chart group ona 3-D chart.</div>
</section>
</li>
<li>
<section class="detail" id="getSurfaceGroup()">
<h3>getSurfaceGroup</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">getSurfaceGroup</span>()</div>
<div class="block">Returns the  <a href="IChartGroup.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroup</code></a> object that represents the surface chartgroup of a 3-D chart.</div>
</section>
</li>
<li>
<section class="detail" id="getAreaGroups()">
<h3>getAreaGroups</h3>
<div class="member-signature"><span class="return-type"><a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing">IChartGroups</a></span>&nbsp;<span class="element-name">getAreaGroups</span>()</div>
<div class="block">Returns an object that represents a collection of the area chart groups <a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroups</code></a>, on a 2D chart.</div>
</section>
</li>
<li>
<section class="detail" id="getBarGroups()">
<h3>getBarGroups</h3>
<div class="member-signature"><span class="return-type"><a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing">IChartGroups</a></span>&nbsp;<span class="element-name">getBarGroups</span>()</div>
<div class="block">Returns an object that represents a collection of the bar chart groups <a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroups</code></a>, on a 2D chart.</div>
</section>
</li>
<li>
<section class="detail" id="getColumnGroups()">
<h3>getColumnGroups</h3>
<div class="member-signature"><span class="return-type"><a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing">IChartGroups</a></span>&nbsp;<span class="element-name">getColumnGroups</span>()</div>
<div class="block">Returns an object that represents a collection of the column chart groups <a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroups</code></a>, on a 2D chart.</div>
</section>
</li>
<li>
<section class="detail" id="getDoughnutGroups()">
<h3>getDoughnutGroups</h3>
<div class="member-signature"><span class="return-type"><a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing">IChartGroups</a></span>&nbsp;<span class="element-name">getDoughnutGroups</span>()</div>
<div class="block">Returns an object that represents a collection of the doughnut chart groups <a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroups</code></a>, on a 2D chart.</div>
</section>
</li>
<li>
<section class="detail" id="getLineGroups()">
<h3>getLineGroups</h3>
<div class="member-signature"><span class="return-type"><a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing">IChartGroups</a></span>&nbsp;<span class="element-name">getLineGroups</span>()</div>
<div class="block">Returns an object that represents a collection of the line chart groups <a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroups</code></a>, on a 2D chart.</div>
</section>
</li>
<li>
<section class="detail" id="getPieGroups()">
<h3>getPieGroups</h3>
<div class="member-signature"><span class="return-type"><a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing">IChartGroups</a></span>&nbsp;<span class="element-name">getPieGroups</span>()</div>
<div class="block">Returns an object that represents a collection of the pie chart groups <a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroups</code></a>, on a 2D chart.</div>
</section>
</li>
<li>
<section class="detail" id="getRadarGroups()">
<h3>getRadarGroups</h3>
<div class="member-signature"><span class="return-type"><a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing">IChartGroups</a></span>&nbsp;<span class="element-name">getRadarGroups</span>()</div>
<div class="block">Returns an object that represents a collection of the radar chart groups <a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroups</code></a>, on a 2D chart.</div>
</section>
</li>
<li>
<section class="detail" id="getXYGroups()">
<h3>getXYGroups</h3>
<div class="member-signature"><span class="return-type"><a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing">IChartGroups</a></span>&nbsp;<span class="element-name">getXYGroups</span>()</div>
<div class="block">Returns an object that represents a collection of the scatter chart groups <a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroups</code></a>, on a 2D chart.</div>
</section>
</li>
<li>
<section class="detail" id="getChartGroups()">
<h3>getChartGroups</h3>
<div class="member-signature"><span class="return-type"><a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing">IChartGroups</a></span>&nbsp;<span class="element-name">getChartGroups</span>()</div>
<div class="block">Returns an object that represents a collection of all the chart groups in the chart  <a href="IChartGroups.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartGroups</code></a>. The returned collection includes every type of group.</div>
</section>
</li>
<li>
<section class="detail" id="addShape(com.grapecity.documents.excel.drawing.AutoShapeType,double,double,double,double)">
<h3>addShape</h3>
<div class="member-signature"><span class="return-type"><a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing">IShape</a></span>&nbsp;<span class="element-name">addShape</span><wbr><span class="parameters">(<a href="AutoShapeType.html" title="enum class in com.grapecity.documents.excel.drawing">AutoShapeType</a>&nbsp;type,
 double&nbsp;left,
 double&nbsp;top,
 double&nbsp;width,
 double&nbsp;height)</span></div>
<div class="block">Returns the  <code>IShape</code> object that represents the new AutoShape in the chart.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>type</code> - Specifies the type of AutoShape to create.</dd>
<dd><code>left</code> - The distance from the left edge of the AutoShape's boundary box to the left edge of the chart area, in points.</dd>
<dd><code>top</code> - The distance from the top edge of the AutoShape's boundary box to the top edge of the chart area, in points.</dd>
<dd><code>width</code> - The width of the AutoShape's boundary box, in points.</dd>
<dd><code>height</code> - The height of the AutoShape's boundary box, in points.</dd>
<dt>Returns:</dt>
<dd>The <a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing"><code>IShape</code></a>The object.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="addChart(com.grapecity.documents.excel.drawing.ChartType,double,double,double,double)">
<h3>addChart</h3>
<div class="member-signature"><span class="return-type"><a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing">IShape</a></span>&nbsp;<span class="element-name">addChart</span><wbr><span class="parameters">(<a href="ChartType.html" title="enum class in com.grapecity.documents.excel.drawing">ChartType</a>&nbsp;chartType,
 double&nbsp;left,
 double&nbsp;top,
 double&nbsp;width,
 double&nbsp;height)</span></div>
<div class="block">Creates a chart at the specified location on the chart.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>chartType</code> - The chart type</dd>
<dd><code>left</code> - The distance from the left edge of the chart to the left edge of the chart area, in points.</dd>
<dd><code>top</code> - The distance from the top edge of the chart to the top edge of the chart area, in points.</dd>
<dd><code>width</code> - The width, in points, of the object</dd>
<dd><code>height</code> - The height, in points, of the object</dd>
<dt>Returns:</dt>
<dd>The <a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing"><code>IShape</code></a>The object.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="addConnector(com.grapecity.documents.excel.drawing.ConnectorType,double,double,double,double)">
<h3>addConnector</h3>
<div class="member-signature"><span class="return-type"><a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing">IShape</a></span>&nbsp;<span class="element-name">addConnector</span><wbr><span class="parameters">(<a href="ConnectorType.html" title="enum class in com.grapecity.documents.excel.drawing">ConnectorType</a>&nbsp;type,
 double&nbsp;beginX,
 double&nbsp;beginY,
 double&nbsp;endX,
 double&nbsp;endY)</span></div>
<div class="block">Creates a connector. Returns the  <a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing"><code>IShape</code></a> object that represents the new connector.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>type</code> - The connector type to add.</dd>
<dd><code>beginX</code> - The horizontal position of the connector's starting point relative to the upper-left corner of the chart area, in points.</dd>
<dd><code>beginY</code> - The vertical position of the connector's starting point relative to the upper-left corner of the chart area, in points.</dd>
<dd><code>endX</code> - The horizontal position of the connector's end point relative to the upper-left corner of the chart area, in points.</dd>
<dd><code>endY</code> - The veritcal position of the connector's end point relative to the upper-left corner of the chart area, in points.</dd>
<dt>Returns:</dt>
<dd>The <a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing"><code>IShape</code></a> object.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="addPicture(java.lang.String,double,double,double,double)">
<h3>addPicture</h3>
<div class="member-signature"><span class="return-type"><a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing">IShape</a></span>&nbsp;<span class="element-name">addPicture</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;filename,
 double&nbsp;left,
 double&nbsp;top,
 double&nbsp;width,
 double&nbsp;height)</span>
           throws <span class="exceptions"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></span></div>
<div class="block">Creates a picture from an existing file. Returns the  <a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing"><code>IShape</code></a> object that represents the new picture.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>filename</code> - The file from which the object is to be created.</dd>
<dd><code>left</code> - The distance from the left edge of the picture to the left edge of the chart area, in points.</dd>
<dd><code>top</code> - The distance from the top edge of the picture to the top edge of the chart area, in points.</dd>
<dd><code>width</code> - The width of the picture, in points.</dd>
<dd><code>height</code> - The height of the picture, in points.</dd>
<dt>Returns:</dt>
<dd>The <a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing"><code>IShape</code></a>The object.</dd>
<dt>Throws:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="addPicture(java.io.InputStream,com.grapecity.documents.excel.drawing.ImageType,double,double,double,double)">
<h3>addPicture</h3>
<div class="member-signature"><span class="return-type"><a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing">IShape</a></span>&nbsp;<span class="element-name">addPicture</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/InputStream.html" title="class or interface in java.io" class="external-link">InputStream</a>&nbsp;stream,
 <a href="ImageType.html" title="enum class in com.grapecity.documents.excel.drawing">ImageType</a>&nbsp;type,
 double&nbsp;left,
 double&nbsp;top,
 double&nbsp;width,
 double&nbsp;height)</span>
           throws <span class="exceptions"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></span></div>
<div class="block">Creates a picture from an existing stream. Returns the  <a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing"><code>IShape</code></a> object that represents the new picture.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>stream</code> - The stream from which the object is to be created.</dd>
<dd><code>type</code> - Specifies the type of picture to create.</dd>
<dd><code>left</code> - The distance from the left edge of the picture to the left edge of the chart area, in points.</dd>
<dd><code>top</code> - The distance from the top edge of the picture to the top edge of the chart area, in points.</dd>
<dd><code>width</code> - The width of the picture, in points.</dd>
<dd><code>height</code> - The height of the picture, in points.</dd>
<dt>Returns:</dt>
<dd>The <a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing"><code>IShape</code></a>The object.</dd>
<dt>Throws:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="addShapeInPixel(com.grapecity.documents.excel.drawing.AutoShapeType,double,double,double,double)">
<h3>addShapeInPixel</h3>
<div class="member-signature"><span class="return-type"><a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing">IShape</a></span>&nbsp;<span class="element-name">addShapeInPixel</span><wbr><span class="parameters">(<a href="AutoShapeType.html" title="enum class in com.grapecity.documents.excel.drawing">AutoShapeType</a>&nbsp;type,
 double&nbsp;left,
 double&nbsp;top,
 double&nbsp;width,
 double&nbsp;height)</span></div>
<div class="block">Returns the  <code>IShape</code> object that represents the new AutoShape in the chart.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>type</code> - Specifies the type of AutoShape to create.</dd>
<dd><code>left</code> - The distance from the left edge of the AutoShape's boundary box to the left edge of the chart area, in pixels.</dd>
<dd><code>top</code> - The distance from the top edge of the AutoShape's boundary box to the top edge of the chart area, in pixels.</dd>
<dd><code>width</code> - The width of the AutoShape's boundary box, in pixels.</dd>
<dd><code>height</code> - The height of the AutoShape's boundary box, in pixels.</dd>
<dt>Returns:</dt>
<dd>The <a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing"><code>IShape</code></a>The object.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="addChartInPixel(com.grapecity.documents.excel.drawing.ChartType,double,double,double,double)">
<h3>addChartInPixel</h3>
<div class="member-signature"><span class="return-type"><a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing">IShape</a></span>&nbsp;<span class="element-name">addChartInPixel</span><wbr><span class="parameters">(<a href="ChartType.html" title="enum class in com.grapecity.documents.excel.drawing">ChartType</a>&nbsp;chartType,
 double&nbsp;left,
 double&nbsp;top,
 double&nbsp;width,
 double&nbsp;height)</span></div>
<div class="block">Creates a chart at the specified location on the chart.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>chartType</code> - The chart type</dd>
<dd><code>left</code> - The distance from the left edge of the chart to the left edge of the chart area, in pixels.</dd>
<dd><code>top</code> - The distance from the top edge of the chart to the top edge of the chart area, in pixels.</dd>
<dd><code>width</code> - The width, in pixels, of the object</dd>
<dd><code>height</code> - The height, in pixels, of the object</dd>
<dt>Returns:</dt>
<dd>The <a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing"><code>IShape</code></a>The object.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="addConnectorInPixel(com.grapecity.documents.excel.drawing.ConnectorType,double,double,double,double)">
<h3>addConnectorInPixel</h3>
<div class="member-signature"><span class="return-type"><a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing">IShape</a></span>&nbsp;<span class="element-name">addConnectorInPixel</span><wbr><span class="parameters">(<a href="ConnectorType.html" title="enum class in com.grapecity.documents.excel.drawing">ConnectorType</a>&nbsp;type,
 double&nbsp;beginX,
 double&nbsp;beginY,
 double&nbsp;endX,
 double&nbsp;endY)</span></div>
<div class="block">Creates a connector. Returns the  <a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing"><code>IShape</code></a> object that represents the new connector.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>type</code> - The connector type to add.</dd>
<dd><code>beginX</code> - The horizontal position of the connector's starting point relative to the upper-left corner of the chart area, in pixels.</dd>
<dd><code>beginY</code> - The vertical position of the connector's starting point relative to the upper-left corner of the chart area, in pixels.</dd>
<dd><code>endX</code> - The horizontal position of the connector's end point relative to the upper-left corner of the chart area, in pixels.</dd>
<dd><code>endY</code> - The veritcal position of the connector's end point relative to the upper-left corner of the chart area, in pixels.</dd>
<dt>Returns:</dt>
<dd>The <a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing"><code>IShape</code></a> object.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="addPictureInPixel(java.lang.String,double,double,double,double)">
<h3>addPictureInPixel</h3>
<div class="member-signature"><span class="return-type"><a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing">IShape</a></span>&nbsp;<span class="element-name">addPictureInPixel</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;filename,
 double&nbsp;left,
 double&nbsp;top,
 double&nbsp;width,
 double&nbsp;height)</span>
                  throws <span class="exceptions"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></span></div>
<div class="block">Creates a picture from an existing file. Returns the  <a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing"><code>IShape</code></a> object that represents the new picture.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>filename</code> - The file from which the object is to be created.</dd>
<dd><code>left</code> - The distance from the left edge of the picture to the left edge of the chart area, in pixels.</dd>
<dd><code>top</code> - The distance from the top edge of the picture to the top edge of the chart area, in pixels.</dd>
<dd><code>width</code> - The width of the picture, in pixels.</dd>
<dd><code>height</code> - The height of the picture, in pixels.</dd>
<dt>Returns:</dt>
<dd>The <a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing"><code>IShape</code></a>The object.</dd>
<dt>Throws:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="addPictureInPixel(java.io.InputStream,com.grapecity.documents.excel.drawing.ImageType,double,double,double,double)">
<h3>addPictureInPixel</h3>
<div class="member-signature"><span class="return-type"><a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing">IShape</a></span>&nbsp;<span class="element-name">addPictureInPixel</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/InputStream.html" title="class or interface in java.io" class="external-link">InputStream</a>&nbsp;stream,
 <a href="ImageType.html" title="enum class in com.grapecity.documents.excel.drawing">ImageType</a>&nbsp;type,
 double&nbsp;left,
 double&nbsp;top,
 double&nbsp;width,
 double&nbsp;height)</span>
                  throws <span class="exceptions"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></span></div>
<div class="block">Creates a picture from an existing stream. Returns the  <a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing"><code>IShape</code></a> object that represents the new picture.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>stream</code> - The stream from which the object is to be created.</dd>
<dd><code>type</code> - Specifies the type of picture to create.</dd>
<dd><code>left</code> - The distance from the left edge of the picture to the left edge of the chart area, in pixels.</dd>
<dd><code>top</code> - The distance from the top edge of the picture to the top edge of the chart area, in pixels.</dd>
<dd><code>width</code> - The width of the picture, in pixels.</dd>
<dd><code>height</code> - The height of the picture, in pixels.</dd>
<dt>Returns:</dt>
<dd>The <a href="IShape.html" title="interface in com.grapecity.documents.excel.drawing"><code>IShape</code></a>The object.</dd>
<dt>Throws:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setSourceData(com.grapecity.documents.excel.IRange,com.grapecity.documents.excel.drawing.RowCol)">
<h3>setSourceData</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setSourceData</span><wbr><span class="parameters">(<a href="../IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;source,
 <a href="RowCol.html" title="enum class in com.grapecity.documents.excel.drawing">RowCol</a>&nbsp;plotBy)</span></div>
<div class="block">Sets the source data range for the chart.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>source</code> - The range that contains the source data.</dd>
<dd><code>plotBy</code> - Specifies the way the data is to be plotted. Can be either of thefollowing  <a href="RowCol.html" title="enum class in com.grapecity.documents.excel.drawing"><code>RowCol</code></a> constants: Columns or Rows.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="setSourceData(com.grapecity.documents.excel.IRange)">
<h3>setSourceData</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setSourceData</span><wbr><span class="parameters">(<a href="../IRange.html" title="interface in com.grapecity.documents.excel">IRange</a>&nbsp;source)</span></div>
<div class="block">Sets the source data range for the chart.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>source</code> - The range that contains the source data.</dd>
</dl>
</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>