# IAxis

## 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 IAxis</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">IAxis</span></div>
<div class="block">Represents a single axis in a chart.</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="CategoryType.html" title="enum class in com.grapecity.documents.excel.drawing">CategoryType</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getActualCategoryType()" class="member-name-link">getActualCategoryType</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 actual category axis type.</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="#getAxisBetweenCategories()" class="member-name-link">getAxisBetweenCategories</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 value axis crosses the category axis (True if the value axis crosses the category axis between categories).</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="AxisGroup.html" title="enum class in com.grapecity.documents.excel.drawing">AxisGroup</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getAxisGroup()" class="member-name-link">getAxisGroup</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns the group for the specified axis.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IAxisTitle.html" title="interface in com.grapecity.documents.excel.drawing">IAxisTitle</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getAxisTitle()" class="member-name-link">getAxisTitle</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  <a href="IAxisTitle.html" title="interface in com.grapecity.documents.excel.drawing"><code>IAxisTitle</code></a> object that represents the title of thespecified axis.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="TimeUnit.html" title="enum class in com.grapecity.documents.excel.drawing">TimeUnit</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getBaseUnit()" class="member-name-link">getBaseUnit</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the base unit for the specified category axis.</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="#getBaseUnitIsAuto()" class="member-name-link">getBaseUnitIsAuto</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 units are automatically selected (True if Microsoft Excel chooses appropriate base units for the specified category axis).</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="#getCategoryNames()" class="member-name-link">getCategoryNames</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 all the category names for the specified axis as a text array.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="CategoryType.html" title="enum class in com.grapecity.documents.excel.drawing">CategoryType</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getCategoryType()" class="member-name-link">getCategoryType</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 category axis type.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="AxisCrosses.html" title="enum class in com.grapecity.documents.excel.drawing">AxisCrosses</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getCrosses()" class="member-name-link">getCrosses</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the point on the specified axis where the other axis crosses.</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="#getCrossesAt()" class="member-name-link">getCrossesAt</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 point on the value axis where the category axis crosses it.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="DisplayUnit.html" title="enum class in com.grapecity.documents.excel.drawing">DisplayUnit</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getDisplayUnit()" class="member-name-link">getDisplayUnit</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the unit label for the value axis.</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="#getDisplayUnitCustom()" class="member-name-link">getDisplayUnitCustom</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 displayed units use custom settings (If the DisplayUnit property of the is custom, then the DisplayUnitCustom property returns or sets the value of the displayed units.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IDisplayUnitLabel.html" title="interface in com.grapecity.documents.excel.drawing">IDisplayUnitLabel</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getDisplayUnitLabel()" class="member-name-link">getDisplayUnitLabel</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="IDisplayUnitLabel.html" title="interface in com.grapecity.documents.excel.drawing"><code>IDisplayUnitLabel</code></a> object for the specified axis.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IChartFormat.html" title="interface in com.grapecity.documents.excel.drawing">IChartFormat</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getFormat()" class="member-name-link">getFormat</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns the  <a href="IChartFormat.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartFormat</code></a> object.</div>
</div>
<div class="col-first 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="#getHasDisplayUnitLabel()" class="member-name-link">getHasDisplayUnitLabel</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 label is displayed on the specified axis (True if the label specified by the DisplayUnit or DisplayUnitCustom property is displayed on the specified axis).</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="#getHasMajorGridlines()" class="member-name-link">getHasMajorGridlines</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 has major gridlines (True if the axis has major gridlines).</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="#getHasMinorGridlines()" class="member-name-link">getHasMinorGridlines</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 axis has minor gridlines (True if the axis has minor gridlines).</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 (True if 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>double</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getLogBase()" class="member-name-link">getLogBase</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the base of the logarithm when you are using log scales.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IGridlines.html" title="interface in com.grapecity.documents.excel.drawing">IGridlines</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getMajorGridlines()" class="member-name-link">getMajorGridlines</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 a  <a href="IGridlines.html" title="interface in com.grapecity.documents.excel.drawing"><code>IGridlines</code></a> object that represents the major gridlines forthe specified axis.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="TickMark.html" title="enum class in com.grapecity.documents.excel.drawing">TickMark</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getMajorTickMark()" class="member-name-link">getMajorTickMark</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the type of major tick mark for the specified axis.</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="#getMajorUnit()" class="member-name-link">getMajorUnit</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 major units for the value axis.</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="#getMajorUnitIsAuto()" class="member-name-link">getMajorUnitIsAuto</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 Excel calculates the major units (True if Microsoft Excel calculates the major units for 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="TimeUnit.html" title="enum class in com.grapecity.documents.excel.drawing">TimeUnit</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getMajorUnitScale()" class="member-name-link">getMajorUnitScale</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 major unit scale value for the category axis when the CategoryType property is set to TimeScale.</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="#getMaximumScale()" class="member-name-link">getMaximumScale</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the 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>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getMaximumScaleIsAuto()" class="member-name-link">getMaximumScaleIsAuto</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 Excel calculates the maximum value (True if Microsoft Excel calculates the maximum value for the value axis).</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="#getMinimumScale()" class="member-name-link">getMinimumScale</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the minimum 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>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getMinimumScaleIsAuto()" class="member-name-link">getMinimumScaleIsAuto</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 Excel calculates the miniumum value for the value axis (True if Microsoft Excel calculates the minimum value).</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="IGridlines.html" title="interface in com.grapecity.documents.excel.drawing">IGridlines</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getMinorGridlines()" class="member-name-link">getMinorGridlines</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="IGridlines.html" title="interface in com.grapecity.documents.excel.drawing"><code>IGridlines</code></a> object that represents the minor gridlines forthe specified axis.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="TickMark.html" title="enum class in com.grapecity.documents.excel.drawing">TickMark</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getMinorTickMark()" class="member-name-link">getMinorTickMark</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 type of minor tick mark for the specified axis.</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="#getMinorUnit()" class="member-name-link">getMinorUnit</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the minor units 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>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getMinorUnitIsAuto()" class="member-name-link">getMinorUnitIsAuto</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets whether Microsoft Excel calculates minor units for the value axis (True if Excel calculates minor units).</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="TimeUnit.html" title="enum class in com.grapecity.documents.excel.drawing">TimeUnit</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getMinorUnitScale()" class="member-name-link">getMinorUnitScale</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the minor unit scale value for the category axis when the <a href="CategoryType.html" title="enum class in com.grapecity.documents.excel.drawing"><code>CategoryType</code></a> property is set to TimeScale.</div>
</div>
<div class="col-first odd-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 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 object for the specified object.</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="#getReversePlotOrder()" class="member-name-link">getReversePlotOrder</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 Excel plots data from last to first (True if Microsoft Excel plots data points from last to first).</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="ScaleType.html" title="enum class in com.grapecity.documents.excel.drawing">ScaleType</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getScaleType()" class="member-name-link">getScaleType</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the value axis scale type.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="TickLabelPosition.html" title="enum class in com.grapecity.documents.excel.drawing">TickLabelPosition</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getTickLabelPosition()" class="member-name-link">getTickLabelPosition</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the position of tick-mark labels on the specified axis.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="ITickLabels.html" title="interface in com.grapecity.documents.excel.drawing">ITickLabels</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getTickLabels()" class="member-name-link">getTickLabels</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="ITickLabels.html" title="interface in com.grapecity.documents.excel.drawing"><code>ITickLabels</code></a> object that represents the tick-mark labelsfor the specified axis.</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="#getTickLabelSpacing()" class="member-name-link">getTickLabelSpacing</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the number of categories or series between tick-mark labels.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getTickLabelSpacingIsAuto()" class="member-name-link">getTickLabelSpacingIsAuto</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 tick label spacing is automatic.</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="#getTickMarkSpacing()" class="member-name-link">getTickMarkSpacing</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 s the number of categories or series between tick marks.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="AxisType.html" title="enum class in com.grapecity.documents.excel.drawing">AxisType</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getType()" class="member-name-link">getType</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 Axis type.</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="#getVisible()" class="member-name-link">getVisible</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Get whether the axis is visible.</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="#setAxisBetweenCategories(boolean)" class="member-name-link">setAxisBetweenCategories</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 value axis crosses the category axis (True if the value axis crosses the category axis between categories).</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="#setBaseUnit(com.grapecity.documents.excel.drawing.TimeUnit)" class="member-name-link">setBaseUnit</a><wbr>(<a href="TimeUnit.html" title="enum class in com.grapecity.documents.excel.drawing">TimeUnit</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 base unit for the specified category axis.</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="#setBaseUnitIsAuto(boolean)" class="member-name-link">setBaseUnitIsAuto</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 units are automatically selected (True if Microsoft Excel chooses appropriate base units for the specified category 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="#setCategoryNames(java.lang.String%5B%5D)" class="member-name-link">setCategoryNames</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>[]&nbsp;value)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Sets all the category names for the specified axis as a text array.</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="#setCategoryType(com.grapecity.documents.excel.drawing.CategoryType)" class="member-name-link">setCategoryType</a><wbr>(<a href="CategoryType.html" title="enum class in com.grapecity.documents.excel.drawing">CategoryType</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 category axis 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="#setCrosses(com.grapecity.documents.excel.drawing.AxisCrosses)" class="member-name-link">setCrosses</a><wbr>(<a href="AxisCrosses.html" title="enum class in com.grapecity.documents.excel.drawing">AxisCrosses</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 point on the specified axis where the other axis crosses.</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="#setCrossesAt(double)" class="member-name-link">setCrossesAt</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 point on the value axis where the category axis crosses it.</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="#setDisplayUnit(com.grapecity.documents.excel.drawing.DisplayUnit)" class="member-name-link">setDisplayUnit</a><wbr>(<a href="DisplayUnit.html" title="enum class in com.grapecity.documents.excel.drawing">DisplayUnit</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 unit label for the value axis.</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="#setDisplayUnitCustom(double)" class="member-name-link">setDisplayUnitCustom</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 whether the displayed units use custom settings (If the DisplayUnit property of the property is custom, then the DisplayUnitCustom property returns or sets the value of the displayed units.</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="#setHasDisplayUnitLabel(boolean)" class="member-name-link">setHasDisplayUnitLabel</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 label is displayed on the specified axis (True if the label specified by the DisplayUnit or DisplayUnitCustom property is displayed on the specified axis).</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="#setHasMajorGridlines(boolean)" class="member-name-link">setHasMajorGridlines</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 has major gridlines (True if the axis has major gridlines).</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="#setHasMinorGridlines(boolean)" class="member-name-link">setHasMinorGridlines</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 axis has minor gridlines (True if the axis has minor gridlines).</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 (True if 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="#setLogBase(double)" class="member-name-link">setLogBase</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 base of the logarithm when you are using log scales.</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="#setMajorTickMark(com.grapecity.documents.excel.drawing.TickMark)" class="member-name-link">setMajorTickMark</a><wbr>(<a href="TickMark.html" title="enum class in com.grapecity.documents.excel.drawing">TickMark</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 type of major tick mark for the specified 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="#setMajorUnit(double)" class="member-name-link">setMajorUnit</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 major units for the value axis.</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="#setMajorUnitIsAuto(boolean)" class="member-name-link">setMajorUnitIsAuto</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 Excel calculates the major units (True if Microsoft Excel calculates the major units for 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="#setMajorUnitScale(com.grapecity.documents.excel.drawing.TimeUnit)" class="member-name-link">setMajorUnitScale</a><wbr>(<a href="TimeUnit.html" title="enum class in com.grapecity.documents.excel.drawing">TimeUnit</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 major unit scale value for the category axis when the CategoryType property is set to TimeScale.</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="#setMaximumScale(double)" class="member-name-link">setMaximumScale</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 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="#setMaximumScaleIsAuto(boolean)" class="member-name-link">setMaximumScaleIsAuto</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 Excel calculates the maximum value (True if Microsoft Excel calculates the maximum value for the value axis).</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="#setMinimumScale(double)" class="member-name-link">setMinimumScale</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 minimum 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="#setMinimumScaleIsAuto(boolean)" class="member-name-link">setMinimumScaleIsAuto</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 Excel calculates the miniumum value for the value axis (True if Microsoft Excel calculates the minimum value).</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="#setMinorTickMark(com.grapecity.documents.excel.drawing.TickMark)" class="member-name-link">setMinorTickMark</a><wbr>(<a href="TickMark.html" title="enum class in com.grapecity.documents.excel.drawing">TickMark</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 type of minor tick mark for the specified 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="#setMinorUnit(double)" class="member-name-link">setMinorUnit</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 minor units 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>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setMinorUnitIsAuto(boolean)" class="member-name-link">setMinorUnitIsAuto</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 Microsoft Excel calculates minor units for the value axis (True if Excel calculates minor units).</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="#setMinorUnitScale(com.grapecity.documents.excel.drawing.TimeUnit)" class="member-name-link">setMinorUnitScale</a><wbr>(<a href="TimeUnit.html" title="enum class in com.grapecity.documents.excel.drawing">TimeUnit</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 minor unit scale value for the category axis when the <a href="CategoryType.html" title="enum class in com.grapecity.documents.excel.drawing"><code>CategoryType</code></a> property is set to TimeScale.</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="#setReversePlotOrder(boolean)" class="member-name-link">setReversePlotOrder</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 Excel plots data from last to first (True if Microsoft Excel plots data points from last to first).</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="#setScaleType(com.grapecity.documents.excel.drawing.ScaleType)" class="member-name-link">setScaleType</a><wbr>(<a href="ScaleType.html" title="enum class in com.grapecity.documents.excel.drawing">ScaleType</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 value axis scale type.</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="#setTickLabelPosition(com.grapecity.documents.excel.drawing.TickLabelPosition)" class="member-name-link">setTickLabelPosition</a><wbr>(<a href="TickLabelPosition.html" title="enum class in com.grapecity.documents.excel.drawing">TickLabelPosition</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 position of tick-mark labels on the specified 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="#setTickLabelSpacing(int)" class="member-name-link">setTickLabelSpacing</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 number of categories or series between tick-mark labels.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setTickLabelSpacingIsAuto(boolean)" class="member-name-link">setTickLabelSpacingIsAuto</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 tick label spacing is automatic.</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="#setTickMarkSpacing(int)" class="member-name-link">setTickMarkSpacing</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 s the number of categories or series between tick marks.</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="#setVisible(boolean)" class="member-name-link">setVisible</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">Set whether the axis is visible.</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="getAxisBetweenCategories()">
<h3>getAxisBetweenCategories</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getAxisBetweenCategories</span>()</div>
<div class="block">Gets whether the value axis crosses the category axis (True if the value axis crosses the category axis between categories).</div>
</section>
</li>
<li>
<section class="detail" id="setAxisBetweenCategories(boolean)">
<h3>setAxisBetweenCategories</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setAxisBetweenCategories</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether the value axis crosses the category axis (True if the value axis crosses the category axis between categories).</div>
</section>
</li>
<li>
<section class="detail" id="getAxisGroup()">
<h3>getAxisGroup</h3>
<div class="member-signature"><span class="return-type"><a href="AxisGroup.html" title="enum class in com.grapecity.documents.excel.drawing">AxisGroup</a></span>&nbsp;<span class="element-name">getAxisGroup</span>()</div>
<div class="block">Returns the group for the specified axis.</div>
</section>
</li>
<li>
<section class="detail" id="getAxisTitle()">
<h3>getAxisTitle</h3>
<div class="member-signature"><span class="return-type"><a href="IAxisTitle.html" title="interface in com.grapecity.documents.excel.drawing">IAxisTitle</a></span>&nbsp;<span class="element-name">getAxisTitle</span>()</div>
<div class="block">Returns an  <a href="IAxisTitle.html" title="interface in com.grapecity.documents.excel.drawing"><code>IAxisTitle</code></a> object that represents the title of thespecified axis.</div>
</section>
</li>
<li>
<section class="detail" id="getBaseUnit()">
<h3>getBaseUnit</h3>
<div class="member-signature"><span class="return-type"><a href="TimeUnit.html" title="enum class in com.grapecity.documents.excel.drawing">TimeUnit</a></span>&nbsp;<span class="element-name">getBaseUnit</span>()</div>
<div class="block">Gets the base unit for the specified category axis.</div>
</section>
</li>
<li>
<section class="detail" id="setBaseUnit(com.grapecity.documents.excel.drawing.TimeUnit)">
<h3>setBaseUnit</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setBaseUnit</span><wbr><span class="parameters">(<a href="TimeUnit.html" title="enum class in com.grapecity.documents.excel.drawing">TimeUnit</a>&nbsp;value)</span></div>
<div class="block">Sets the base unit for the specified category axis.</div>
</section>
</li>
<li>
<section class="detail" id="getBaseUnitIsAuto()">
<h3>getBaseUnitIsAuto</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getBaseUnitIsAuto</span>()</div>
<div class="block">Gets whether the units are automatically selected (True if Microsoft Excel chooses appropriate base units for the specified category axis). The default value is True.</div>
</section>
</li>
<li>
<section class="detail" id="setBaseUnitIsAuto(boolean)">
<h3>setBaseUnitIsAuto</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setBaseUnitIsAuto</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether the units are automatically selected (True if Microsoft Excel chooses appropriate base units for the specified category axis). The default value is True.</div>
</section>
</li>
<li>
<section class="detail" id="getCategoryNames()">
<h3>getCategoryNames</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">getCategoryNames</span>()</div>
<div class="block">Gets all the category names for the specified axis as a text array.</div>
</section>
</li>
<li>
<section class="detail" id="setCategoryNames(java.lang.String[])">
<h3>setCategoryNames</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setCategoryNames</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>[]&nbsp;value)</span></div>
<div class="block">Sets all the category names for the specified axis as a text array.</div>
</section>
</li>
<li>
<section class="detail" id="getCategoryType()">
<h3>getCategoryType</h3>
<div class="member-signature"><span class="return-type"><a href="CategoryType.html" title="enum class in com.grapecity.documents.excel.drawing">CategoryType</a></span>&nbsp;<span class="element-name">getCategoryType</span>()</div>
<div class="block">Gets the category axis type.</div>
</section>
</li>
<li>
<section class="detail" id="setCategoryType(com.grapecity.documents.excel.drawing.CategoryType)">
<h3>setCategoryType</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setCategoryType</span><wbr><span class="parameters">(<a href="CategoryType.html" title="enum class in com.grapecity.documents.excel.drawing">CategoryType</a>&nbsp;value)</span></div>
<div class="block">Sets the category axis type.</div>
</section>
</li>
<li>
<section class="detail" id="getActualCategoryType()">
<h3>getActualCategoryType</h3>
<div class="member-signature"><span class="return-type"><a href="CategoryType.html" title="enum class in com.grapecity.documents.excel.drawing">CategoryType</a></span>&nbsp;<span class="element-name">getActualCategoryType</span>()</div>
<div class="block">Returns the actual category axis type.</div>
</section>
</li>
<li>
<section class="detail" id="getCrosses()">
<h3>getCrosses</h3>
<div class="member-signature"><span class="return-type"><a href="AxisCrosses.html" title="enum class in com.grapecity.documents.excel.drawing">AxisCrosses</a></span>&nbsp;<span class="element-name">getCrosses</span>()</div>
<div class="block">Gets the point on the specified axis where the other axis crosses.</div>
</section>
</li>
<li>
<section class="detail" id="setCrosses(com.grapecity.documents.excel.drawing.AxisCrosses)">
<h3>setCrosses</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setCrosses</span><wbr><span class="parameters">(<a href="AxisCrosses.html" title="enum class in com.grapecity.documents.excel.drawing">AxisCrosses</a>&nbsp;value)</span></div>
<div class="block">Sets the point on the specified axis where the other axis crosses.</div>
</section>
</li>
<li>
<section class="detail" id="getCrossesAt()">
<h3>getCrossesAt</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getCrossesAt</span>()</div>
<div class="block">Gets the point on the value axis where the category axis crosses it. Applies only to the value axis.</div>
</section>
</li>
<li>
<section class="detail" id="setCrossesAt(double)">
<h3>setCrossesAt</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setCrossesAt</span><wbr><span class="parameters">(double&nbsp;value)</span></div>
<div class="block">Sets the point on the value axis where the category axis crosses it. Applies only to the value axis.</div>
</section>
</li>
<li>
<section class="detail" id="getDisplayUnit()">
<h3>getDisplayUnit</h3>
<div class="member-signature"><span class="return-type"><a href="DisplayUnit.html" title="enum class in com.grapecity.documents.excel.drawing">DisplayUnit</a></span>&nbsp;<span class="element-name">getDisplayUnit</span>()</div>
<div class="block">Gets the unit label for the value axis.</div>
</section>
</li>
<li>
<section class="detail" id="setDisplayUnit(com.grapecity.documents.excel.drawing.DisplayUnit)">
<h3>setDisplayUnit</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setDisplayUnit</span><wbr><span class="parameters">(<a href="DisplayUnit.html" title="enum class in com.grapecity.documents.excel.drawing">DisplayUnit</a>&nbsp;value)</span></div>
<div class="block">Sets the unit label for the value axis.</div>
</section>
</li>
<li>
<section class="detail" id="getDisplayUnitCustom()">
<h3>getDisplayUnitCustom</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getDisplayUnitCustom</span>()</div>
<div class="block">Gets whether the displayed units use custom settings (If the DisplayUnit property of the is custom, then the DisplayUnitCustom property returns or sets the value of the displayed units. The value must be from 0 through 10E307.</div>
</section>
</li>
<li>
<section class="detail" id="setDisplayUnitCustom(double)">
<h3>setDisplayUnitCustom</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setDisplayUnitCustom</span><wbr><span class="parameters">(double&nbsp;value)</span></div>
<div class="block">Sets whether the displayed units use custom settings (If the DisplayUnit property of the property is custom, then the DisplayUnitCustom property returns or sets the value of the displayed units. The value must be from 0 through 10E307.</div>
</section>
</li>
<li>
<section class="detail" id="getDisplayUnitLabel()">
<h3>getDisplayUnitLabel</h3>
<div class="member-signature"><span class="return-type"><a href="IDisplayUnitLabel.html" title="interface in com.grapecity.documents.excel.drawing">IDisplayUnitLabel</a></span>&nbsp;<span class="element-name">getDisplayUnitLabel</span>()</div>
<div class="block">Returns the  <a href="IDisplayUnitLabel.html" title="interface in com.grapecity.documents.excel.drawing"><code>IDisplayUnitLabel</code></a> object for the specified axis. ReturnsNull if the HasDisplayUnitLabel property is set to False.</div>
</section>
</li>
<li>
<section class="detail" id="getFormat()">
<h3>getFormat</h3>
<div class="member-signature"><span class="return-type"><a href="IChartFormat.html" title="interface in com.grapecity.documents.excel.drawing">IChartFormat</a></span>&nbsp;<span class="element-name">getFormat</span>()</div>
<div class="block">Returns the  <a href="IChartFormat.html" title="interface in com.grapecity.documents.excel.drawing"><code>IChartFormat</code></a> object.</div>
</section>
</li>
<li>
<section class="detail" id="getHasDisplayUnitLabel()">
<h3>getHasDisplayUnitLabel</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getHasDisplayUnitLabel</span>()</div>
<div class="block">Gets whether the label is displayed on the specified axis (True if the label specified by the DisplayUnit or DisplayUnitCustom property is displayed on the specified axis). The default value is True.</div>
</section>
</li>
<li>
<section class="detail" id="setHasDisplayUnitLabel(boolean)">
<h3>setHasDisplayUnitLabel</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setHasDisplayUnitLabel</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether the label is displayed on the specified axis (True if the label specified by the DisplayUnit or DisplayUnitCustom property is displayed on the specified axis). The default value is True.</div>
</section>
</li>
<li>
<section class="detail" id="getHasMajorGridlines()">
<h3>getHasMajorGridlines</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getHasMajorGridlines</span>()</div>
<div class="block">Gets whether the axis has major gridlines (True if the axis has major gridlines). This only applies to axes in the primary axis group can have gridlines.</div>
</section>
</li>
<li>
<section class="detail" id="setHasMajorGridlines(boolean)">
<h3>setHasMajorGridlines</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setHasMajorGridlines</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether the axis has major gridlines (True if the axis has major gridlines). This only applies to axes in the primary axis group can have gridlines.</div>
</section>
</li>
<li>
<section class="detail" id="getHasMinorGridlines()">
<h3>getHasMinorGridlines</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getHasMinorGridlines</span>()</div>
<div class="block">Gets whether the axis has minor gridlines (True if the axis has minor gridlines). This only applies to axes in the primary axis group can have gridlines.</div>
</section>
</li>
<li>
<section class="detail" id="setHasMinorGridlines(boolean)">
<h3>setHasMinorGridlines</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setHasMinorGridlines</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether the axis has minor gridlines (True if the axis has minor gridlines). This only applies to axes in the primary axis group can have gridlines.</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 (True if 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 (True if the axis or chart has a visible title).</div>
</section>
</li>
<li>
<section class="detail" id="getLogBase()">
<h3>getLogBase</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getLogBase</span>()</div>
<div class="block">Gets the base of the logarithm when you are using log scales.</div>
</section>
</li>
<li>
<section class="detail" id="setLogBase(double)">
<h3>setLogBase</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setLogBase</span><wbr><span class="parameters">(double&nbsp;value)</span></div>
<div class="block">Sets the base of the logarithm when you are using log scales.</div>
</section>
</li>
<li>
<section class="detail" id="getMajorGridlines()">
<h3>getMajorGridlines</h3>
<div class="member-signature"><span class="return-type"><a href="IGridlines.html" title="interface in com.grapecity.documents.excel.drawing">IGridlines</a></span>&nbsp;<span class="element-name">getMajorGridlines</span>()</div>
<div class="block">Returns a  <a href="IGridlines.html" title="interface in com.grapecity.documents.excel.drawing"><code>IGridlines</code></a> object that represents the major gridlines forthe specified axis. Only axes in the primary axis group can have gridlines.</div>
</section>
</li>
<li>
<section class="detail" id="getMajorTickMark()">
<h3>getMajorTickMark</h3>
<div class="member-signature"><span class="return-type"><a href="TickMark.html" title="enum class in com.grapecity.documents.excel.drawing">TickMark</a></span>&nbsp;<span class="element-name">getMajorTickMark</span>()</div>
<div class="block">Gets the type of major tick mark for the specified axis.</div>
</section>
</li>
<li>
<section class="detail" id="setMajorTickMark(com.grapecity.documents.excel.drawing.TickMark)">
<h3>setMajorTickMark</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setMajorTickMark</span><wbr><span class="parameters">(<a href="TickMark.html" title="enum class in com.grapecity.documents.excel.drawing">TickMark</a>&nbsp;value)</span></div>
<div class="block">Sets the type of major tick mark for the specified axis.</div>
</section>
</li>
<li>
<section class="detail" id="getMajorUnit()">
<h3>getMajorUnit</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getMajorUnit</span>()</div>
<div class="block">Gets the major units for the value axis.</div>
</section>
</li>
<li>
<section class="detail" id="setMajorUnit(double)">
<h3>setMajorUnit</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setMajorUnit</span><wbr><span class="parameters">(double&nbsp;value)</span></div>
<div class="block">Sets the major units for the value axis.</div>
</section>
</li>
<li>
<section class="detail" id="getMajorUnitIsAuto()">
<h3>getMajorUnitIsAuto</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getMajorUnitIsAuto</span>()</div>
<div class="block">Gets whether Excel calculates the major units (True if Microsoft Excel calculates the major units for the value axis).</div>
</section>
</li>
<li>
<section class="detail" id="setMajorUnitIsAuto(boolean)">
<h3>setMajorUnitIsAuto</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setMajorUnitIsAuto</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether Excel calculates the major units (True if Microsoft Excel calculates the major units for the value axis).</div>
</section>
</li>
<li>
<section class="detail" id="getMajorUnitScale()">
<h3>getMajorUnitScale</h3>
<div class="member-signature"><span class="return-type"><a href="TimeUnit.html" title="enum class in com.grapecity.documents.excel.drawing">TimeUnit</a></span>&nbsp;<span class="element-name">getMajorUnitScale</span>()</div>
<div class="block">Gets the major unit scale value for the category axis when the CategoryType property is set to TimeScale.</div>
</section>
</li>
<li>
<section class="detail" id="setMajorUnitScale(com.grapecity.documents.excel.drawing.TimeUnit)">
<h3>setMajorUnitScale</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setMajorUnitScale</span><wbr><span class="parameters">(<a href="TimeUnit.html" title="enum class in com.grapecity.documents.excel.drawing">TimeUnit</a>&nbsp;value)</span></div>
<div class="block">Sets the major unit scale value for the category axis when the CategoryType property is set to TimeScale.</div>
</section>
</li>
<li>
<section class="detail" id="getMaximumScale()">
<h3>getMaximumScale</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getMaximumScale</span>()</div>
<div class="block">Gets the maximum value on the value axis.</div>
</section>
</li>
<li>
<section class="detail" id="setMaximumScale(double)">
<h3>setMaximumScale</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setMaximumScale</span><wbr><span class="parameters">(double&nbsp;value)</span></div>
<div class="block">Sets the maximum value on the value axis.</div>
</section>
</li>
<li>
<section class="detail" id="getMaximumScaleIsAuto()">
<h3>getMaximumScaleIsAuto</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getMaximumScaleIsAuto</span>()</div>
<div class="block">Gets whether Excel calculates the maximum value (True if Microsoft Excel calculates the maximum value for the value axis).</div>
</section>
</li>
<li>
<section class="detail" id="setMaximumScaleIsAuto(boolean)">
<h3>setMaximumScaleIsAuto</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setMaximumScaleIsAuto</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether Excel calculates the maximum value (True if Microsoft Excel calculates the maximum value for the value axis).</div>
</section>
</li>
<li>
<section class="detail" id="getMinimumScale()">
<h3>getMinimumScale</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getMinimumScale</span>()</div>
<div class="block">Gets the minimum value on the value axis.</div>
</section>
</li>
<li>
<section class="detail" id="setMinimumScale(double)">
<h3>setMinimumScale</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setMinimumScale</span><wbr><span class="parameters">(double&nbsp;value)</span></div>
<div class="block">Sets the minimum value on the value axis.</div>
</section>
</li>
<li>
<section class="detail" id="getMinimumScaleIsAuto()">
<h3>getMinimumScaleIsAuto</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getMinimumScaleIsAuto</span>()</div>
<div class="block">Gets whether Excel calculates the miniumum value for the value axis (True if Microsoft Excel calculates the minimum value).</div>
</section>
</li>
<li>
<section class="detail" id="setMinimumScaleIsAuto(boolean)">
<h3>setMinimumScaleIsAuto</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setMinimumScaleIsAuto</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether Excel calculates the miniumum value for the value axis (True if Microsoft Excel calculates the minimum value).</div>
</section>
</li>
<li>
<section class="detail" id="getMinorGridlines()">
<h3>getMinorGridlines</h3>
<div class="member-signature"><span class="return-type"><a href="IGridlines.html" title="interface in com.grapecity.documents.excel.drawing">IGridlines</a></span>&nbsp;<span class="element-name">getMinorGridlines</span>()</div>
<div class="block">Returns the  <a href="IGridlines.html" title="interface in com.grapecity.documents.excel.drawing"><code>IGridlines</code></a> object that represents the minor gridlines forthe specified axis. Only axes in the primary axis group can have gridlines.</div>
</section>
</li>
<li>
<section class="detail" id="getMinorTickMark()">
<h3>getMinorTickMark</h3>
<div class="member-signature"><span class="return-type"><a href="TickMark.html" title="enum class in com.grapecity.documents.excel.drawing">TickMark</a></span>&nbsp;<span class="element-name">getMinorTickMark</span>()</div>
<div class="block">Gets the type of minor tick mark for the specified axis.</div>
</section>
</li>
<li>
<section class="detail" id="setMinorTickMark(com.grapecity.documents.excel.drawing.TickMark)">
<h3>setMinorTickMark</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setMinorTickMark</span><wbr><span class="parameters">(<a href="TickMark.html" title="enum class in com.grapecity.documents.excel.drawing">TickMark</a>&nbsp;value)</span></div>
<div class="block">Sets the type of minor tick mark for the specified axis.</div>
</section>
</li>
<li>
<section class="detail" id="getMinorUnit()">
<h3>getMinorUnit</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getMinorUnit</span>()</div>
<div class="block">Gets the minor units on the value axis.</div>
</section>
</li>
<li>
<section class="detail" id="setMinorUnit(double)">
<h3>setMinorUnit</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setMinorUnit</span><wbr><span class="parameters">(double&nbsp;value)</span></div>
<div class="block">Sets the minor units on the value axis.</div>
</section>
</li>
<li>
<section class="detail" id="getMinorUnitIsAuto()">
<h3>getMinorUnitIsAuto</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getMinorUnitIsAuto</span>()</div>
<div class="block">Gets whether Microsoft Excel calculates minor units for the value axis (True if Excel calculates minor units).</div>
</section>
</li>
<li>
<section class="detail" id="setMinorUnitIsAuto(boolean)">
<h3>setMinorUnitIsAuto</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setMinorUnitIsAuto</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether Microsoft Excel calculates minor units for the value axis (True if Excel calculates minor units).</div>
</section>
</li>
<li>
<section class="detail" id="getMinorUnitScale()">
<h3>getMinorUnitScale</h3>
<div class="member-signature"><span class="return-type"><a href="TimeUnit.html" title="enum class in com.grapecity.documents.excel.drawing">TimeUnit</a></span>&nbsp;<span class="element-name">getMinorUnitScale</span>()</div>
<div class="block">Gets the minor unit scale value for the category axis when the <a href="CategoryType.html" title="enum class in com.grapecity.documents.excel.drawing"><code>CategoryType</code></a> property is set to TimeScale.</div>
</section>
</li>
<li>
<section class="detail" id="setMinorUnitScale(com.grapecity.documents.excel.drawing.TimeUnit)">
<h3>setMinorUnitScale</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setMinorUnitScale</span><wbr><span class="parameters">(<a href="TimeUnit.html" title="enum class in com.grapecity.documents.excel.drawing">TimeUnit</a>&nbsp;value)</span></div>
<div class="block">Sets the minor unit scale value for the category axis when the <a href="CategoryType.html" title="enum class in com.grapecity.documents.excel.drawing"><code>CategoryType</code></a> property is set to TimeScale.</div>
</section>
</li>
<li>
<section class="detail" id="getParent()">
<h3>getParent</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">getParent</span>()</div>
<div class="block">Returns the parent object for the specified object.</div>
</section>
</li>
<li>
<section class="detail" id="getReversePlotOrder()">
<h3>getReversePlotOrder</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getReversePlotOrder</span>()</div>
<div class="block">Gets whether Excel plots data from last to first (True if Microsoft Excel plots data points from last to first).</div>
</section>
</li>
<li>
<section class="detail" id="setReversePlotOrder(boolean)">
<h3>setReversePlotOrder</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setReversePlotOrder</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether Excel plots data from last to first (True if Microsoft Excel plots data points from last to first).</div>
</section>
</li>
<li>
<section class="detail" id="getScaleType()">
<h3>getScaleType</h3>
<div class="member-signature"><span class="return-type"><a href="ScaleType.html" title="enum class in com.grapecity.documents.excel.drawing">ScaleType</a></span>&nbsp;<span class="element-name">getScaleType</span>()</div>
<div class="block">Gets the value axis scale type.</div>
</section>
</li>
<li>
<section class="detail" id="setScaleType(com.grapecity.documents.excel.drawing.ScaleType)">
<h3>setScaleType</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setScaleType</span><wbr><span class="parameters">(<a href="ScaleType.html" title="enum class in com.grapecity.documents.excel.drawing">ScaleType</a>&nbsp;value)</span></div>
<div class="block">Sets the value axis scale type.</div>
</section>
</li>
<li>
<section class="detail" id="getTickLabelPosition()">
<h3>getTickLabelPosition</h3>
<div class="member-signature"><span class="return-type"><a href="TickLabelPosition.html" title="enum class in com.grapecity.documents.excel.drawing">TickLabelPosition</a></span>&nbsp;<span class="element-name">getTickLabelPosition</span>()</div>
<div class="block">Gets the position of tick-mark labels on the specified axis.</div>
</section>
</li>
<li>
<section class="detail" id="setTickLabelPosition(com.grapecity.documents.excel.drawing.TickLabelPosition)">
<h3>setTickLabelPosition</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setTickLabelPosition</span><wbr><span class="parameters">(<a href="TickLabelPosition.html" title="enum class in com.grapecity.documents.excel.drawing">TickLabelPosition</a>&nbsp;value)</span></div>
<div class="block">Sets the position of tick-mark labels on the specified axis.</div>
</section>
</li>
<li>
<section class="detail" id="getTickLabels()">
<h3>getTickLabels</h3>
<div class="member-signature"><span class="return-type"><a href="ITickLabels.html" title="interface in com.grapecity.documents.excel.drawing">ITickLabels</a></span>&nbsp;<span class="element-name">getTickLabels</span>()</div>
<div class="block">Returns the  <a href="ITickLabels.html" title="interface in com.grapecity.documents.excel.drawing"><code>ITickLabels</code></a> object that represents the tick-mark labelsfor the specified axis.</div>
</section>
</li>
<li>
<section class="detail" id="getTickLabelSpacing()">
<h3>getTickLabelSpacing</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getTickLabelSpacing</span>()</div>
<div class="block">Gets the number of categories or series between tick-mark labels. This only applies to category and series axes.</div>
</section>
</li>
<li>
<section class="detail" id="setTickLabelSpacing(int)">
<h3>setTickLabelSpacing</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setTickLabelSpacing</span><wbr><span class="parameters">(int&nbsp;value)</span></div>
<div class="block">Sets the number of categories or series between tick-mark labels. This only applies to category and series axes.</div>
</section>
</li>
<li>
<section class="detail" id="getTickLabelSpacingIsAuto()">
<h3>getTickLabelSpacingIsAuto</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getTickLabelSpacingIsAuto</span>()</div>
<div class="block">Gets whether the tick label spacing is automatic.</div>
</section>
</li>
<li>
<section class="detail" id="setTickLabelSpacingIsAuto(boolean)">
<h3>setTickLabelSpacingIsAuto</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setTickLabelSpacingIsAuto</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Sets whether the tick label spacing is automatic.</div>
</section>
</li>
<li>
<section class="detail" id="getTickMarkSpacing()">
<h3>getTickMarkSpacing</h3>
<div class="member-signature"><span class="return-type">int</span>&nbsp;<span class="element-name">getTickMarkSpacing</span>()</div>
<div class="block">Gets s the number of categories or series between tick marks. Applies only to category and series axes.</div>
</section>
</li>
<li>
<section class="detail" id="setTickMarkSpacing(int)">
<h3>setTickMarkSpacing</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setTickMarkSpacing</span><wbr><span class="parameters">(int&nbsp;value)</span></div>
<div class="block">Sets s the number of categories or series between tick marks. Applies only to category and series axes.</div>
</section>
</li>
<li>
<section class="detail" id="getType()">
<h3>getType</h3>
<div class="member-signature"><span class="return-type"><a href="AxisType.html" title="enum class in com.grapecity.documents.excel.drawing">AxisType</a></span>&nbsp;<span class="element-name">getType</span>()</div>
<div class="block">Returns the Axis type.</div>
</section>
</li>
<li>
<section class="detail" id="getVisible()">
<h3>getVisible</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">getVisible</span>()</div>
<div class="block">Get whether the axis is visible.</div>
</section>
</li>
<li>
<section class="detail" id="setVisible(boolean)">
<h3>setVisible</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">setVisible</span><wbr><span class="parameters">(boolean&nbsp;value)</span></div>
<div class="block">Set whether the axis is visible.</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>