This file is indexed.

/usr/share/qt5/doc/qtcharts/qml-qtcharts-abstractaxis.html is in qtcharts5-doc-html 5.9.5-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qabstractaxis.cpp -->
  <title>AbstractAxis QML Type | Qt Charts 5.9</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.9</td><td ><a href="qtcharts-index.html">Qt Charts</a></td><td ><a href="qtcharts-qmlmodule.html">QML Types</a></td><td >AbstractAxis QML Type</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right">Qt 5.9.5 Reference Documentation</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">AbstractAxis QML Type</h1>
<span class="subtitle"></span>
<!-- $$$AbstractAxis-brief -->
<p>A base type used for specialized axis types. <a href="#details">More...</a></p>
<!-- @@@AbstractAxis -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Import Statement:</td><td class="memItemRight bottomAlign"> import QtCharts 2.2</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Instantiates:</td><td class="memItemRight bottomAlign"> <a href="qml-qtcharts-abstractaxis.html"><a href="qabstractaxis.html">QAbstractAxis</a></td></tr><tr><td class="memItemLeft rightAlign topAlign"> Inherited By:</td><td class="memItemRight bottomAlign"> <p><a href="qml-qtcharts-barcategoryaxis.html">BarCategoryAxis</a>, <a href="qml-qtcharts-categoryaxis.html">CategoryAxis</a>, <a href="qml-qtcharts-datetimeaxis.html">DateTimeAxis</a>, <a href="qml-qtcharts-logvalueaxis.html">LogValueAxis</a>, and <a href="qml-qtcharts-valueaxis.html">ValueAxis</a></p>
</td></tr></table></div><ul>
<li><a href="qml-qtcharts-abstractaxis-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-qtcharts-abstractaxis.html#alignment-prop">alignment</a></b></b> : alignment</li>
<li class="fn"><b><b><a href="qml-qtcharts-abstractaxis.html#color-prop">color</a></b></b> : color</li>
<li class="fn"><b><b><a href="qml-qtcharts-abstractaxis.html#gridLineColor-prop">gridLineColor</a></b></b> : color</li>
<li class="fn"><b><b><a href="qml-qtcharts-abstractaxis.html#gridVisible-prop">gridVisible</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-qtcharts-abstractaxis.html#labelsAngle-prop">labelsAngle</a></b></b> : int</li>
<li class="fn"><b><b><a href="qml-qtcharts-abstractaxis.html#labelsColor-prop">labelsColor</a></b></b> : color</li>
<li class="fn"><b><b><a href="qml-qtcharts-abstractaxis.html#labelsFont-prop">labelsFont</a></b></b> : font</li>
<li class="fn"><b><b><a href="qml-qtcharts-abstractaxis.html#labelsVisible-prop">labelsVisible</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-qtcharts-abstractaxis.html#lineVisible-prop">lineVisible</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-qtcharts-abstractaxis.html#minorGridLineColor-prop">minorGridLineColor</a></b></b> : color</li>
<li class="fn"><b><b><a href="qml-qtcharts-abstractaxis.html#minorGridVisible-prop">minorGridVisible</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-qtcharts-abstractaxis.html#orientation-prop">orientation</a></b></b> : Qt.Orientation</li>
<li class="fn"><b><b><a href="qml-qtcharts-abstractaxis.html#reverse-prop">reverse</a></b></b> : alignment</li>
<li class="fn"><b><b><a href="qml-qtcharts-abstractaxis.html#shadesBorderColor-prop">shadesBorderColor</a></b></b> : color</li>
<li class="fn"><b><b><a href="qml-qtcharts-abstractaxis.html#shadesColor-prop">shadesColor</a></b></b> : color</li>
<li class="fn"><b><b><a href="qml-qtcharts-abstractaxis.html#shadesVisible-prop">shadesVisible</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-qtcharts-abstractaxis.html#titleFont-prop">titleFont</a></b></b> : font</li>
<li class="fn"><b><b><a href="qml-qtcharts-abstractaxis.html#titleText-prop">titleText</a></b></b> : string</li>
<li class="fn"><b><b><a href="qml-qtcharts-abstractaxis.html#titleVisible-prop">titleVisible</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-qtcharts-abstractaxis.html#visible-prop">visible</a></b></b> : bool</li>
</ul>
<!-- $$$AbstractAxis-description -->
<a name="details"></a>
<h2 id="details">Detailed Description</h2>
<p>Each series can be bound to only one horizontal and vertical axis.</p>
<p>The properties and visibility of various axis elements, such as axis line, title, labels, grid lines, and shades, can be individually controlled.</p>
<!-- @@@AbstractAxis -->
<h2>Property Documentation</h2>
<!-- $$$alignment -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="alignment-prop">
<td class="tblQmlPropNode"><p>
<a name="alignment-prop"></a><span class="name">alignment</span> : <span class="type"><a href="qml-qtcharts-abstractaxis.html#alignment-prop">alignment</a></span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The alignment of the axis. Can be Qt.AlignLeft, Qt.AlignRight, Qt.AlignBottom, or Qt.AlignTop.</p>
</div></div><!-- @@@alignment -->
<br/>
<!-- $$$color -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="color-prop">
<td class="tblQmlPropNode"><p>
<a name="color-prop"></a><span class="name">color</span> : <span class="type">color</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The color of the axis and tick marks.</p>
</div></div><!-- @@@color -->
<br/>
<!-- $$$gridLineColor -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="gridLineColor-prop">
<td class="tblQmlPropNode"><p>
<a name="gridLineColor-prop"></a><span class="name">gridLineColor</span> : <span class="type">color</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The color of the grid line.</p>
</div></div><!-- @@@gridLineColor -->
<br/>
<!-- $$$gridVisible -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="gridVisible-prop">
<td class="tblQmlPropNode"><p>
<a name="gridVisible-prop"></a><span class="name">gridVisible</span> : <span class="type">bool</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The visibility of the grid lines.</p>
</div></div><!-- @@@gridVisible -->
<br/>
<!-- $$$labelsAngle -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="labelsAngle-prop">
<td class="tblQmlPropNode"><p>
<a name="labelsAngle-prop"></a><span class="name">labelsAngle</span> : <span class="type">int</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The angle of the axis labels in degrees.</p>
</div></div><!-- @@@labelsAngle -->
<br/>
<!-- $$$labelsColor -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="labelsColor-prop">
<td class="tblQmlPropNode"><p>
<a name="labelsColor-prop"></a><span class="name">labelsColor</span> : <span class="type">color</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The color of the axis labels.</p>
</div></div><!-- @@@labelsColor -->
<br/>
<!-- $$$labelsFont -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="labelsFont-prop">
<td class="tblQmlPropNode"><p>
<a name="labelsFont-prop"></a><span class="name">labelsFont</span> : <span class="type">font</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The font of the axis labels.</p>
<p>For more information, see font.</p>
</div></div><!-- @@@labelsFont -->
<br/>
<!-- $$$labelsVisible -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="labelsVisible-prop">
<td class="tblQmlPropNode"><p>
<a name="labelsVisible-prop"></a><span class="name">labelsVisible</span> : <span class="type">bool</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The visibility of axis labels.</p>
</div></div><!-- @@@labelsVisible -->
<br/>
<!-- $$$lineVisible -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="lineVisible-prop">
<td class="tblQmlPropNode"><p>
<a name="lineVisible-prop"></a><span class="name">lineVisible</span> : <span class="type">bool</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The visibility of the axis line.</p>
</div></div><!-- @@@lineVisible -->
<br/>
<!-- $$$minorGridLineColor -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="minorGridLineColor-prop">
<td class="tblQmlPropNode"><p>
<a name="minorGridLineColor-prop"></a><span class="name">minorGridLineColor</span> : <span class="type">color</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The color of the minor grid line.</p>
<p>Applies only to axes that support minor grid lines.</p>
</div></div><!-- @@@minorGridLineColor -->
<br/>
<!-- $$$minorGridVisible -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="minorGridVisible-prop">
<td class="tblQmlPropNode"><p>
<a name="minorGridVisible-prop"></a><span class="name">minorGridVisible</span> : <span class="type">bool</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The visibility of the minor grid lines. Applies only to axes that support minor grid lines.</p>
</div></div><!-- @@@minorGridVisible -->
<br/>
<!-- $$$orientation -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="orientation-prop">
<td class="tblQmlPropNode"><p>
<a name="orientation-prop"></a><span class="name">orientation</span> : <span class="type">Qt</span>.<span class="type">Orientation</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The orientation of the axis. Fixed to either Qt.Horizontal or Qt.Vertical when the axis is set to a series.</p>
</div></div><!-- @@@orientation -->
<br/>
<!-- $$$reverse -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="reverse-prop">
<td class="tblQmlPropNode"><p>
<a name="reverse-prop"></a><span class="name">reverse</span> : <span class="type"><a href="qml-qtcharts-abstractaxis.html#alignment-prop">alignment</a></span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>Defines whether a reverse axis is used. By default, the value is <code>false</code>.</p>
<p>The reverse axis is supported with a line, spline, and scatter series, as well as an area series with a cartesian chart. All axes of the same orientation attached to the same series must be reversed if one is reversed or the behavior is undefined.</p>
</div></div><!-- @@@reverse -->
<br/>
<!-- $$$shadesBorderColor -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="shadesBorderColor-prop">
<td class="tblQmlPropNode"><p>
<a name="shadesBorderColor-prop"></a><span class="name">shadesBorderColor</span> : <span class="type">color</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The border (pen) color of the axis shades.</p>
</div></div><!-- @@@shadesBorderColor -->
<br/>
<!-- $$$shadesColor -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="shadesColor-prop">
<td class="tblQmlPropNode"><p>
<a name="shadesColor-prop"></a><span class="name">shadesColor</span> : <span class="type">color</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The fill (brush) color of the axis shades.</p>
</div></div><!-- @@@shadesColor -->
<br/>
<!-- $$$shadesVisible -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="shadesVisible-prop">
<td class="tblQmlPropNode"><p>
<a name="shadesVisible-prop"></a><span class="name">shadesVisible</span> : <span class="type">bool</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The visibility of the axis shades.</p>
</div></div><!-- @@@shadesVisible -->
<br/>
<!-- $$$titleFont -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="titleFont-prop">
<td class="tblQmlPropNode"><p>
<a name="titleFont-prop"></a><span class="name">titleFont</span> : <span class="type">font</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The font of the title of the axis.</p>
</div></div><!-- @@@titleFont -->
<br/>
<!-- $$$titleText -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="titleText-prop">
<td class="tblQmlPropNode"><p>
<a name="titleText-prop"></a><span class="name">titleText</span> : <span class="type">string</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The title of the axis. Empty by default. Axis titles support HTML formatting.</p>
</div></div><!-- @@@titleText -->
<br/>
<!-- $$$titleVisible -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="titleVisible-prop">
<td class="tblQmlPropNode"><p>
<a name="titleVisible-prop"></a><span class="name">titleVisible</span> : <span class="type">bool</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The visibility of the axis title. By default, the value is <code>true</code>.</p>
</div></div><!-- @@@titleVisible -->
<br/>
<!-- $$$visible -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="visible-prop">
<td class="tblQmlPropNode"><p>
<a name="visible-prop"></a><span class="name">visible</span> : <span class="type">bool</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The visibility of the axis.</p>
</div></div><!-- @@@visible -->
<br/>
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2017 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>