Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 845e36bb3ecce380666d628d88446962 > files > 87

qtdatavis3d5-doc-5.12.6-1.mga7.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qabstract3daxis.cpp -->
  <title>QAbstract3DAxis Class | Qt Data Visualization 5.12.6</title>
  <link rel="stylesheet" type="text/css" href="style/offline-simple.css" />
  <script type="text/javascript">
    document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css");
    // loading style sheet breaks anchors that were jumped to before
    // so force jumping to anchor again
    setTimeout(function() {
        var anchor = location.hash;
        // need to jump to different anchor first (e.g. none)
        location.hash = "#";
        setTimeout(function() {
            location.hash = anchor;
        }, 0);
    }, 0);
  </script>
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="main">
    <div class="main-rounded">
      <div class="navigationbar">
        <table><tr>
<td >Qt 5.12</td><td ><a href="qtdatavisualization-index.html">Qt Data Visualization</a></td><td ><a href="qtdatavisualization-module.html">C++ Classes</a></td><td >QAbstract3DAxis</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right"><a href="qtdatavisualization-index.html">Qt Data Visualization | Commercial or GPLv3</a></td>
        </tr></table>
      </div>
    </div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#public-types">Public Types</a></li>
<li class="level1"><a href="#properties">Properties</a></li>
<li class="level1"><a href="#public-functions">Public Functions</a></li>
<li class="level1"><a href="#signals">Signals</a></li>
<li class="level1"><a href="#static-public-members">Static Public Members</a></li>
<li class="level1"><a href="#protected-variables">Protected Variables</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">QAbstract3DAxis Class</h1>
<!-- $$$QAbstract3DAxis-brief -->
<p>The <a href="qabstract3daxis.html">QAbstract3DAxis</a> class is a base class for the axes of a graph. <a href="#details">More...</a></p>
<!-- @@@QAbstract3DAxis -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign">   <span class="preprocessor">#include &lt;QAbstract3DAxis&gt;</span>
</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Since:</td><td class="memItemRight bottomAlign">  QtDataVisualization 1.0</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Instantiated By:</td><td class="memItemRight bottomAlign"> <a href="qml-qtdatavisualization-abstractaxis3d.html">AbstractAxis3D</a></td></tr><tr><td class="memItemLeft rightAlign topAlign"> Inherited By:</td><td class="memItemRight bottomAlign"> <p><a href="qcategory3daxis.html">QCategory3DAxis</a> and <a href="qvalue3daxis.html">QValue3DAxis</a></p>
</td></tr></table></div><ul>
<li><a href="qabstract3daxis-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="public-types"></a>
<h2 id="public-types">Public Types</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> enum </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#AxisOrientation-enum">AxisOrientation</a></b> { AxisOrientationNone, AxisOrientationX, AxisOrientationY, AxisOrientationZ }</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> enum </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#AxisType-enum">AxisType</a></b> { AxisTypeNone, AxisTypeCategory, AxisTypeValue }</td></tr>
</table></div>
<a name="properties"></a>
<h2 id="properties">Properties</h2>
<div class="table"><table class="propsummary">
<tr><td class="topAlign"><ul>
<li class="fn"><b><a href="qabstract3daxis.html#autoAdjustRange-prop">autoAdjustRange</a></b> : bool</li>
<li class="fn"><b><a href="qabstract3daxis.html#labelAutoRotation-prop">labelAutoRotation</a></b> : float</li>
<li class="fn"><b><a href="qabstract3daxis.html#labels-prop">labels</a></b> : QStringList</li>
<li class="fn"><b><a href="qabstract3daxis.html#max-prop">max</a></b> : float</li>
<li class="fn"><b><a href="qabstract3daxis.html#min-prop">min</a></b> : float</li>
</ul></td><td class="topAlign"><ul>
<li class="fn"><b><a href="qabstract3daxis.html#orientation-prop">orientation</a></b> : const AxisOrientation</li>
<li class="fn"><b><a href="qabstract3daxis.html#title-prop">title</a></b> : QString</li>
<li class="fn"><b><a href="qabstract3daxis.html#titleFixed-prop">titleFixed</a></b> : bool</li>
<li class="fn"><b><a href="qabstract3daxis.html#titleVisible-prop">titleVisible</a></b> : bool</li>
<li class="fn"><b><a href="qabstract3daxis.html#type-prop">type</a></b> : const AxisType</li>
</ul>
</td></tr>
</table></div>
<a name="public-functions"></a>
<h2 id="public-functions">Public Functions</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> virtual </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#dtor.QAbstract3DAxis">~QAbstract3DAxis</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#autoAdjustRange-prop">isAutoAdjustRange</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#titleFixed-prop">isTitleFixed</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#titleVisible-prop">isTitleVisible</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> float </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#labelAutoRotation-prop">labelAutoRotation</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QStringList </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#labels-prop">labels</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> float </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#max-prop">max</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> float </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#min-prop">min</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QAbstract3DAxis::AxisOrientation </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#orientation-prop">orientation</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#autoAdjustRange-prop">setAutoAdjustRange</a></b>(bool <i>autoAdjust</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#labelAutoRotation-prop">setLabelAutoRotation</a></b>(float <i>angle</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#labels-prop">setLabels</a></b>(const QStringList &amp;<i>labels</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#max-prop">setMax</a></b>(float <i>max</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#min-prop">setMin</a></b>(float <i>min</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#setRange">setRange</a></b>(float <i>min</i>, float <i>max</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#title-prop">setTitle</a></b>(const QString &amp;<i>title</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#titleFixed-prop">setTitleFixed</a></b>(bool <i>fixed</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#titleVisible-prop">setTitleVisible</a></b>(bool <i>visible</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#title-prop">title</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QAbstract3DAxis::AxisType </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#type-prop">type</a></b>() const</td></tr>
</table></div>
<a name="signals"></a>
<h2 id="signals">Signals</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#autoAdjustRange-prop">autoAdjustRangeChanged</a></b>(bool <i>autoAdjust</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#labelAutoRotation-prop">labelAutoRotationChanged</a></b>(float <i>angle</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#labels-prop">labelsChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#max-prop">maxChanged</a></b>(float <i>value</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#min-prop">minChanged</a></b>(float <i>value</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#orientation-prop">orientationChanged</a></b>(QAbstract3DAxis::AxisOrientation <i>orientation</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#rangeChanged">rangeChanged</a></b>(float <i>min</i>, float <i>max</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#title-prop">titleChanged</a></b>(const QString &amp;<i>newTitle</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#titleFixed-prop">titleFixedChanged</a></b>(bool <i>fixed</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#titleVisible-prop">titleVisibilityChanged</a></b>(bool <i>visible</i>)</td></tr>
</table></div>
<a name="static-public-members"></a>
<h2 id="static-public-members">Static Public Members</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> const QMetaObject </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#staticMetaObject-var">staticMetaObject</a></b></td></tr>
</table></div>
<a name="protected-variables"></a>
<h2 id="protected-variables">Protected Variables</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qabstract3daxis.html#d_ptr-var">d_ptr</a></b></td></tr>
</table></div>
<a name="details"></a>
<!-- $$$QAbstract3DAxis-description -->
<div class="descr">
<h2 id="details">Detailed Description</h2>
<p>The <a href="qabstract3daxis.html">QAbstract3DAxis</a> class is a base class for the axes of a graph.</p>
<p>This class specifies the enumerations, properties, and functions shared by graph axes. It should not be used directly, but one of its subclasses should be used instead.</p>
</div>
<p><b>See also </b><a href="qcategory3daxis.html">QCategory3DAxis</a> and <a href="qvalue3daxis.html">QValue3DAxis</a>.</p>
<!-- @@@QAbstract3DAxis -->
<div class="types">
<h2>Member Type Documentation</h2>
<!-- $$$AxisOrientation$$$AxisOrientationNone$$$AxisOrientationX$$$AxisOrientationY$$$AxisOrientationZ -->
<h3 class="fn" id="AxisOrientation-enum"><a name="AxisOrientation-enum"></a>enum QAbstract3DAxis::<span class="name">AxisOrientation</span></h3>
<p>The orientation of the axis object.</p>
<div class="table"><table class="valuelist"><tr><th class="tblConst">Constant</th><th class="tblVal">Value</th></tr>
<tr><td class="topAlign"><code>QAbstract3DAxis::AxisOrientationNone</code></td><td class="topAlign tblval"><code>0</code></td></tr>
<tr><td class="topAlign"><code>QAbstract3DAxis::AxisOrientationX</code></td><td class="topAlign tblval"><code>1</code></td></tr>
<tr><td class="topAlign"><code>QAbstract3DAxis::AxisOrientationY</code></td><td class="topAlign tblval"><code>2</code></td></tr>
<tr><td class="topAlign"><code>QAbstract3DAxis::AxisOrientationZ</code></td><td class="topAlign tblval"><code>4</code></td></tr>
</table></div>
<!-- @@@AxisOrientation -->
<!-- $$$AxisType$$$AxisTypeNone$$$AxisTypeCategory$$$AxisTypeValue -->
<h3 class="fn" id="AxisType-enum"><a name="AxisType-enum"></a>enum QAbstract3DAxis::<span class="name">AxisType</span></h3>
<p>The type of the axis object.</p>
<div class="table"><table class="valuelist"><tr><th class="tblConst">Constant</th><th class="tblVal">Value</th></tr>
<tr><td class="topAlign"><code>QAbstract3DAxis::AxisTypeNone</code></td><td class="topAlign tblval"><code>0</code></td></tr>
<tr><td class="topAlign"><code>QAbstract3DAxis::AxisTypeCategory</code></td><td class="topAlign tblval"><code>1</code></td></tr>
<tr><td class="topAlign"><code>QAbstract3DAxis::AxisTypeValue</code></td><td class="topAlign tblval"><code>2</code></td></tr>
</table></div>
<!-- @@@AxisType -->
</div>
<div class="prop">
<h2>Property Documentation</h2>
<!-- $$$autoAdjustRange-prop$$$isAutoAdjustRange$$$setAutoAdjustRangebool$$$autoAdjustRangeChangedbool -->
<h3 class="fn" id="autoAdjustRange-prop"><a name="autoAdjustRange-prop"></a><span class="name">autoAdjustRange</span> : <span class="type">bool</span></h3>
<p>This property holds whether the axis will automatically adjust the range so that all data fits in it.</p>
<p><b>Access functions:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> bool </td><td class="memItemRight bottomAlign"><span class="name"><b>isAutoAdjustRange</b></span>() const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setAutoAdjustRange</b></span>(bool <i>autoAdjust</i>)</td></tr>
</table></div>
<p><b>Notifier signal:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>autoAdjustRangeChanged</b></span>(bool <i>autoAdjust</i>)</td></tr>
</table></div>
<p><b>See also </b><a href="qabstract3daxis.html#setRange">setRange</a>(), <a href="qabstract3daxis.html#min-prop">setMin</a>(), and <a href="qabstract3daxis.html#max-prop">setMax</a>().</p>
<!-- @@@autoAdjustRange -->
<!-- $$$labelAutoRotation-prop$$$labelAutoRotation$$$setLabelAutoRotationfloat$$$labelAutoRotationChangedfloat -->
<h3 class="fn" id="labelAutoRotation-prop"><a name="labelAutoRotation-prop"></a><span class="name">labelAutoRotation</span> : <span class="type">float</span></h3>
<p>This property holds the maximum angle the labels can autorotate when the camera angle changes.</p>
<p>The angle can be between 0 and 90, inclusive. The default value is 0. If the value is 0, axis labels do not automatically rotate. If the value is greater than zero, labels attempt to orient themselves toward the camera, up to the specified angle.</p>
<p><b>Access functions:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> float </td><td class="memItemRight bottomAlign"><span class="name"><b>labelAutoRotation</b></span>() const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setLabelAutoRotation</b></span>(float <i>angle</i>)</td></tr>
</table></div>
<p><b>Notifier signal:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>labelAutoRotationChanged</b></span>(float <i>angle</i>)</td></tr>
</table></div>
<!-- @@@labelAutoRotation -->
<!-- $$$labels-prop$$$labels$$$setLabelsconstQStringList&$$$labelsChanged -->
<h3 class="fn" id="labels-prop"><a name="labels-prop"></a><span class="name">labels</span> : <span class="type">QStringList</span></h3>
<p>This property holds the labels for the axis.</p>
<p><b>Note: </b>Setting this property for <a href="qvalue3daxis.html">QValue3DAxis</a> does nothing, as it generates labels automatically.</p><p><b>Access functions:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> QStringList </td><td class="memItemRight bottomAlign"><span class="name"><b>labels</b></span>() const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setLabels</b></span>(const QStringList &amp;<i>labels</i>)</td></tr>
</table></div>
<p><b>Notifier signal:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>labelsChanged</b></span>()</td></tr>
</table></div>
<!-- @@@labels -->
<!-- $$$max-prop$$$max$$$setMaxfloat$$$maxChangedfloat -->
<h3 class="fn" id="max-prop"><a name="max-prop"></a><span class="name">max</span> : <span class="type">float</span></h3>
<p>This property holds the maximum value on the axis.</p>
<p>When setting this property, the minimum value is adjusted if necessary, to ensure that the range remains valid.</p>
<p><b>Note: </b>For <a href="qcategory3daxis.html">QCategory3DAxis</a>, specifies the index of the last row or column to show.</p><p><b>Access functions:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> float </td><td class="memItemRight bottomAlign"><span class="name"><b>max</b></span>() const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setMax</b></span>(float <i>max</i>)</td></tr>
</table></div>
<p><b>Notifier signal:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>maxChanged</b></span>(float <i>value</i>)</td></tr>
</table></div>
<!-- @@@max -->
<!-- $$$min-prop$$$min$$$setMinfloat$$$minChangedfloat -->
<h3 class="fn" id="min-prop"><a name="min-prop"></a><span class="name">min</span> : <span class="type">float</span></h3>
<p>This property holds the minimum value on the axis.</p>
<p>When setting this property, the maximum value is adjusted if necessary, to ensure that the range remains valid.</p>
<p><b>Note: </b>For <a href="qcategory3daxis.html">QCategory3DAxis</a>, specifies the index of the first row or column to show.</p><p><b>Access functions:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> float </td><td class="memItemRight bottomAlign"><span class="name"><b>min</b></span>() const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setMin</b></span>(float <i>min</i>)</td></tr>
</table></div>
<p><b>Notifier signal:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>minChanged</b></span>(float <i>value</i>)</td></tr>
</table></div>
<!-- @@@min -->
<!-- $$$orientation-prop$$$orientation$$$orientationChangedQAbstract3DAxis::AxisOrientation -->
<h3 class="fn" id="orientation-prop"><a name="orientation-prop"></a><span class="name">orientation</span> : const <span class="type"><a href="qabstract3daxis.html#AxisOrientation-enum">AxisOrientation</a></span></h3>
<p>This property holds the orientation of the axis.</p>
<p>The value is one of <a href="qabstract3daxis.html#AxisOrientation-enum">AxisOrientation</a> values.</p>
<p><b>Access functions:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> QAbstract3DAxis::AxisOrientation </td><td class="memItemRight bottomAlign"><span class="name"><b>orientation</b></span>() const</td></tr>
</table></div>
<p><b>Notifier signal:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>orientationChanged</b></span>(QAbstract3DAxis::AxisOrientation <i>orientation</i>)</td></tr>
</table></div>
<!-- @@@orientation -->
<!-- $$$title-prop$$$title$$$setTitleconstQString&$$$titleChangedconstQString& -->
<h3 class="fn" id="title-prop"><a name="title-prop"></a><span class="name">title</span> : <span class="type">QString</span></h3>
<p>This property holds the title for the axis.</p>
<p><b>Access functions:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> QString </td><td class="memItemRight bottomAlign"><span class="name"><b>title</b></span>() const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setTitle</b></span>(const QString &amp;<i>title</i>)</td></tr>
</table></div>
<p><b>Notifier signal:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>titleChanged</b></span>(const QString &amp;<i>newTitle</i>)</td></tr>
</table></div>
<p><b>See also </b><a href="qabstract3daxis.html#titleVisible-prop">titleVisible</a> and <a href="qabstract3daxis.html#titleFixed-prop">titleFixed</a>.</p>
<!-- @@@title -->
<!-- $$$titleFixed-prop$$$isTitleFixed$$$setTitleFixedbool$$$titleFixedChangedbool -->
<h3 class="fn" id="titleFixed-prop"><a name="titleFixed-prop"></a><span class="name">titleFixed</span> : <span class="type">bool</span></h3>
<p>This property holds the rotation of the axis titles.</p>
<p>If <code>true</code>, axis titles in the primary graph view will be rotated towards the camera similarly to the axis labels. If <code>false</code>, axis titles are only rotated around their axis but are not otherwise oriented towards the camera. This property does not have any effect if the <a href="qabstract3daxis.html#labelAutoRotation-prop">labelAutoRotation</a> property value is zero. Default value is <code>true</code>.</p>
<p><b>Access functions:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> bool </td><td class="memItemRight bottomAlign"><span class="name"><b>isTitleFixed</b></span>() const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setTitleFixed</b></span>(bool <i>fixed</i>)</td></tr>
</table></div>
<p><b>Notifier signal:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>titleFixedChanged</b></span>(bool <i>fixed</i>)</td></tr>
</table></div>
<p><b>See also </b><a href="qabstract3daxis.html#labelAutoRotation-prop">labelAutoRotation</a>, <a href="qabstract3daxis.html#title-prop">title</a>, and <a href="qabstract3daxis.html#titleVisible-prop">titleVisible</a>.</p>
<!-- @@@titleFixed -->
<!-- $$$titleVisible-prop$$$isTitleVisible$$$setTitleVisiblebool$$$titleVisibilityChangedbool -->
<h3 class="fn" id="titleVisible-prop"><a name="titleVisible-prop"></a><span class="name">titleVisible</span> : <span class="type">bool</span></h3>
<p>This property holds whether the axis title is visible in the primary graph view.</p>
<p>The default value is <code>false</code>.</p>
<p><b>Access functions:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> bool </td><td class="memItemRight bottomAlign"><span class="name"><b>isTitleVisible</b></span>() const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setTitleVisible</b></span>(bool <i>visible</i>)</td></tr>
</table></div>
<p><b>Notifier signal:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>titleVisibilityChanged</b></span>(bool <i>visible</i>)</td></tr>
</table></div>
<p><b>See also </b><a href="qabstract3daxis.html#title-prop">title</a> and <a href="qabstract3daxis.html#titleFixed-prop">titleFixed</a>.</p>
<!-- @@@titleVisible -->
<!-- $$$type-prop$$$type -->
<h3 class="fn" id="type-prop"><a name="type-prop"></a><span class="name">type</span> : const <span class="type"><a href="qabstract3daxis.html#AxisType-enum">AxisType</a></span></h3>
<p>This property holds the type of the axis.</p>
<p>The value is one of <a href="qabstract3daxis.html#AxisType-enum">AxisType</a> values.</p>
<p><b>Access functions:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> QAbstract3DAxis::AxisType </td><td class="memItemRight bottomAlign"><span class="name"><b>type</b></span>() const</td></tr>
</table></div>
<!-- @@@type -->
</div>
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$~QAbstract3DAxis[overload1]$$$~QAbstract3DAxis -->
<h3 class="fn" id="dtor.QAbstract3DAxis"><a name="dtor.QAbstract3DAxis"></a><code>[virtual] </code>QAbstract3DAxis::<span class="name">~QAbstract3DAxis</span>()</h3>
<p>Destroys <a href="qabstract3daxis.html">QAbstract3DAxis</a>.</p>
<!-- @@@~QAbstract3DAxis -->
<!-- $$$rangeChanged[overload1]$$$rangeChangedfloatfloat -->
<h3 class="fn" id="rangeChanged"><a name="rangeChanged"></a><code>[signal] </code><span class="type">void</span> QAbstract3DAxis::<span class="name">rangeChanged</span>(<span class="type">float</span> <i>min</i>, <span class="type">float</span> <i>max</i>)</h3>
<p>Emits the minimum and maximum values of the range, <i>min</i> and <i>max</i>, when the range changes.</p>
<!-- @@@rangeChanged -->
<!-- $$$setRange[overload1]$$$setRangefloatfloat -->
<h3 class="fn" id="setRange"><a name="setRange"></a><span class="type">void</span> QAbstract3DAxis::<span class="name">setRange</span>(<span class="type">float</span> <i>min</i>, <span class="type">float</span> <i>max</i>)</h3>
<p>Sets the value range of the axis from <i>min</i> to <i>max</i>. When setting the range, the maximum value is adjusted if necessary, to ensure that the range remains valid.</p>
<p><b>Note: </b>For <a href="qcategory3daxis.html">QCategory3DAxis</a>, specifies the index range of rows or columns to show.</p><!-- @@@setRange -->
</div>
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2019 The Qt Company Ltd.
   Documentation contributions included herein are the copyrights of
   their respective owners.<br/>    The documentation provided herein is licensed under the terms of the    <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation    License version 1.3</a> as published by the Free Software Foundation.<br/>    Qt and respective logos are trademarks of The Qt Company Ltd.     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>