Sophie

Sophie

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

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" />
<!-- qvalue3daxis.cpp -->
  <title>ValueAxis3D QML Type | 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-qmlmodule.html">QML Types</a></td><td >ValueAxis3D QML Type</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="#properties">Properties</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">ValueAxis3D QML Type</h1>
<span class="subtitle"></span>
<!-- $$$ValueAxis3D-brief -->
<p>Manipulates an axis of a graph. <a href="#details">More...</a></p>
<!-- @@@ValueAxis3D -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Import Statement:</td><td class="memItemRight bottomAlign"> import QtDataVisualization 1.2</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"> Instantiates:</td><td class="memItemRight bottomAlign"> <a href="qml-qtdatavisualization-valueaxis3d.html"><a href="qvalue3daxis.html">QValue3DAxis</a></td></tr><tr><td class="memItemLeft rightAlign topAlign"> Inherits:</td><td class="memItemRight bottomAlign"> <p><a href="qml-qtdatavisualization-abstractaxis3d.html">AbstractAxis3D</a></p>
</td></tr></table></div><ul>
<li><a href="qml-qtdatavisualization-valueaxis3d-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="properties"></a>
<h2 id="properties">Properties</h2>
<ul>
<li class="fn"><b><b><a href="qml-qtdatavisualization-valueaxis3d.html#formatter-prop">formatter</a></b></b> : ValueAxis3DFormatter</li>
<li class="fn"><b><b><a href="qml-qtdatavisualization-valueaxis3d.html#labelFormat-prop">labelFormat</a></b></b> : string</li>
<li class="fn"><b><b><a href="qml-qtdatavisualization-valueaxis3d.html#reversed-prop">reversed</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-qtdatavisualization-valueaxis3d.html#segmentCount-prop">segmentCount</a></b></b> : int</li>
<li class="fn"><b><b><a href="qml-qtdatavisualization-valueaxis3d.html#subSegmentCount-prop">subSegmentCount</a></b></b> : int</li>
</ul>
<!-- $$$ValueAxis3D-description -->
<a name="details"></a>
<h2 id="details">Detailed Description</h2>
<p>This type provides an axis that can be given a range of values and segment and subsegment counts to divide the range into.</p>
<!-- @@@ValueAxis3D -->
<h2>Property Documentation</h2>
<!-- $$$formatter -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="formatter-prop">
<td class="tblQmlPropNode"><p>
<a name="formatter-prop"></a><span class="name">formatter</span> : <span class="type"><a href="qml-qtdatavisualization-valueaxis3dformatter.html">ValueAxis3DFormatter</a></span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The axis formatter to be used. Any existing formatter is deleted when a new formatter is set.</p>
<p>This property was introduced in  QtDataVisualization 1.1.</p>
</div></div><!-- @@@formatter -->
<br/>
<!-- $$$labelFormat -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="labelFormat-prop">
<td class="tblQmlPropNode"><p>
<a name="labelFormat-prop"></a><span class="name">labelFormat</span> : <span class="type">string</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The label format to be used for the labels on this axis.</p>
<p>The format string supports the following conversion specifiers, length modifiers, and flags provided by <code>printf()</code> in the standard C++ library: d, i, o, x, X, f, F, e, E, g, G, c.</p>
<p>If <a href="qml-qtdatavisualization-abstractgraph3d.html#locale-prop">AbstractGraph3D::locale</a> is anything else than <code>&quot;C&quot;</code>, the supported specifiers are limited to: d, e, E, f, g, G, and i. Also, only the precision modifier is supported. The rest of the formatting comes from the default Locale of the application.</p>
<p><b>See also </b><a href="qml-qtdatavisualization-abstractgraph3d.html#locale-prop">AbstractGraph3D::locale</a>.</p>
</div></div><!-- @@@labelFormat -->
<br/>
<!-- $$$reversed -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="reversed-prop">
<td class="tblQmlPropNode"><p>
<a name="reversed-prop"></a><span class="name">reversed</span> : <span class="type">bool</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>If <code>true</code>, the axis will be rendered in reverse. That is, the positions of the minimum and maximum values are swapped when the graph is rendered. This property does not affect the actual minimum and maximum values of the axis.</p>
<p>This property was introduced in  QtDataVisualization 1.1.</p>
</div></div><!-- @@@reversed -->
<br/>
<!-- $$$segmentCount -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="segmentCount-prop">
<td class="tblQmlPropNode"><p>
<a name="segmentCount-prop"></a><span class="name">segmentCount</span> : <span class="type">int</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The number of segments on the axis. This indicates how many labels are drawn. The number of grid lines to be drawn is calculated with the following formula: <code>segments * subsegments + 1</code>. The preset default is <code>5</code>. The value cannot be below <code>1</code>.</p>
</div></div><!-- @@@segmentCount -->
<br/>
<!-- $$$subSegmentCount -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="subSegmentCount-prop">
<td class="tblQmlPropNode"><p>
<a name="subSegmentCount-prop"></a><span class="name">subSegmentCount</span> : <span class="type">int</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The number of subsegments inside each segment on the axis. Grid lines are drawn between each subsegment, in addition to each segment. The preset default is <code>1</code>. The value cannot be below <code>1</code>.</p>
</div></div><!-- @@@subSegmentCount -->
<br/>
        </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>