This file is indexed.

/usr/share/qt5/doc/qtcharts/qml-qtcharts-areaseries.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
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qareaseries.cpp -->
  <title>AreaSeries 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 >AreaSeries 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="#signals">Signals</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">AreaSeries QML Type</h1>
<span class="subtitle"></span>
<!-- $$$AreaSeries-brief -->
<p>Presents data in area charts. <a href="#details">More...</a></p>
<!-- @@@AreaSeries -->
<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-areaseries.html"><a href="qareaseries.html">QAreaSeries</a></td></tr><tr><td class="memItemLeft rightAlign topAlign"> Inherits:</td><td class="memItemRight bottomAlign"> <p><a href="qml-qtcharts-abstractseries.html">AbstractSeries</a></p>
</td></tr></table></div><ul>
<li><a href="qml-qtcharts-areaseries-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-areaseries.html#axisAngular-prop">axisAngular</a></b></b> : AbstractAxis</li>
<li class="fn"><b><b><a href="qml-qtcharts-areaseries.html#axisRadial-prop">axisRadial</a></b></b> : AbstractAxis</li>
<li class="fn"><b><b><a href="qml-qtcharts-areaseries.html#axisX-prop">axisX</a></b></b> : AbstractAxis</li>
<li class="fn"><b><b><a href="qml-qtcharts-areaseries.html#axisXTop-prop">axisXTop</a></b></b> : AbstractAxis</li>
<li class="fn"><b><b><a href="qml-qtcharts-areaseries.html#axisY-prop">axisY</a></b></b> : AbstractAxis</li>
<li class="fn"><b><b><a href="qml-qtcharts-areaseries.html#axisYRight-prop">axisYRight</a></b></b> : AbstractAxis</li>
<li class="fn"><b><b><a href="qml-qtcharts-areaseries.html#borderColor-prop">borderColor</a></b></b> : color</li>
<li class="fn"><b><b><a href="qml-qtcharts-areaseries.html#borderWidth-prop">borderWidth</a></b></b> : real</li>
<li class="fn"><b><b><a href="qml-qtcharts-areaseries.html#brushFilename-prop">brushFilename</a></b></b> : QString</li>
<li class="fn"><b><b><a href="qml-qtcharts-areaseries.html#color-prop">color</a></b></b> : color</li>
<li class="fn"><b><b><a href="qml-qtcharts-areaseries.html#lowerSeries-prop">lowerSeries</a></b></b> : LineSeries</li>
<li class="fn"><b><b><a href="qml-qtcharts-areaseries.html#pointLabelsClipping-prop">pointLabelsClipping</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-qtcharts-areaseries.html#pointLabelsColor-prop">pointLabelsColor</a></b></b> : font</li>
<li class="fn"><b><b><a href="qml-qtcharts-areaseries.html#pointLabelsFont-prop">pointLabelsFont</a></b></b> : font</li>
<li class="fn"><b><b><a href="qml-qtcharts-areaseries.html#pointLabelsFormat-prop">pointLabelsFormat</a></b></b> : string</li>
<li class="fn"><b><b><a href="qml-qtcharts-areaseries.html#pointLabelsVisible-prop">pointLabelsVisible</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-qtcharts-areaseries.html#upperSeries-prop">upperSeries</a></b></b> : LineSeries</li>
</ul>
<a name="signals"></a>
<h2 id="signals">Signals</h2>
<ul>
<li class="fn"><b><b><a href="qml-qtcharts-areaseries.html#clicked-signal">clicked</a></b></b>(point <i>point</i>)</li>
<li class="fn"><b><b><a href="qml-qtcharts-areaseries.html#doubleClicked-signal">doubleClicked</a></b></b>(point <i>point</i>)</li>
<li class="fn"><b><b><a href="qml-qtcharts-areaseries.html#hovered-signal">hovered</a></b></b>(point <i>point</i>, bool <i>state</i>)</li>
<li class="fn"><b><b><a href="qml-qtcharts-areaseries.html#pressed-signal">pressed</a></b></b>(point <i>point</i>)</li>
<li class="fn"><b><b><a href="qml-qtcharts-areaseries.html#released-signal">released</a></b></b>(point <i>point</i>)</li>
</ul>
<!-- $$$AreaSeries-description -->
<a name="details"></a>
<h2 id="details">Detailed Description</h2>
<p>An area series is used to show quantitative data. It is based on a line series, in the way that the area between the boundary lines is emphasized with color. The <a href="qml-qtcharts-lineseries.html">LineSeries</a> type defines the <i>upper</i> boundary of the area. The area chart is drawn using the bottom of the plot area as the <i>lower</i> boundary by default. Instead of the bottom of the plot area, the lower boundary can be specified by another line. In that case, the <a href="qml-qtcharts-areaseries.html">AreaSeries</a> should use two <a href="qml-qtcharts-lineseries.html">LineSeries</a> types.</p>
<p><b>Note: </b>The terms <i>upper</i> and <i>lower</i> boundary can be misleading in cases where the value of the lower boundary is greater than that of the upper boundary. The main point is that the area between these two boundary lines will be filled.</p><p class="centerAlign"><img src="images/examples_qmlchart4.png" alt="" /></p><p>The following QML shows how to create a simple area chart:</p>
<pre class="qml">

  <span class="type"><a href="qml-qtcharts-chartview.html">ChartView</a></span> {
      <span class="name">title</span>: <span class="string">&quot;NHL All-Star Team Players&quot;</span>
      <span class="name">anchors</span>.fill: <span class="name">parent</span>
      <span class="name">antialiasing</span>: <span class="number">true</span>

      <span class="type"><a href="qml-qtcharts-valueaxis.html">ValueAxis</a></span> {
          <span class="name">id</span>: <span class="name">valueAxis</span>
          <span class="name">min</span>: <span class="number">2000</span>
          <span class="name">max</span>: <span class="number">2011</span>
          <span class="name">tickCount</span>: <span class="number">12</span>
          <span class="name">labelFormat</span>: <span class="string">&quot;%.0f&quot;</span>
      }

      <span class="type"><a href="qml-qtcharts-areaseries.html">AreaSeries</a></span> {
          <span class="name">name</span>: <span class="string">&quot;Russian&quot;</span>
          <span class="name">color</span>: <span class="string">&quot;#FFD52B1E&quot;</span>
          <span class="name">borderColor</span>: <span class="string">&quot;#FF0039A5&quot;</span>
          <span class="name">borderWidth</span>: <span class="number">3</span>
          <span class="name">axisX</span>: <span class="name">valueAxis</span>
          <span class="name">upperSeries</span>: <span class="name">LineSeries</span> {
              <span class="type"><a href="qml-qtcharts-xypoint.html">XYPoint</a></span> { <span class="name">x</span>: <span class="number">2000</span>; <span class="name">y</span>: <span class="number">1</span> }
              <span class="type"><a href="qml-qtcharts-xypoint.html">XYPoint</a></span> { <span class="name">x</span>: <span class="number">2001</span>; <span class="name">y</span>: <span class="number">1</span> }
              <span class="type"><a href="qml-qtcharts-xypoint.html">XYPoint</a></span> { <span class="name">x</span>: <span class="number">2002</span>; <span class="name">y</span>: <span class="number">1</span> }
              <span class="type"><a href="qml-qtcharts-xypoint.html">XYPoint</a></span> { <span class="name">x</span>: <span class="number">2003</span>; <span class="name">y</span>: <span class="number">1</span> }
              <span class="type"><a href="qml-qtcharts-xypoint.html">XYPoint</a></span> { <span class="name">x</span>: <span class="number">2004</span>; <span class="name">y</span>: <span class="number">1</span> }
              <span class="type"><a href="qml-qtcharts-xypoint.html">XYPoint</a></span> { <span class="name">x</span>: <span class="number">2005</span>; <span class="name">y</span>: <span class="number">0</span> }
              <span class="type"><a href="qml-qtcharts-xypoint.html">XYPoint</a></span> { <span class="name">x</span>: <span class="number">2006</span>; <span class="name">y</span>: <span class="number">1</span> }
              <span class="type"><a href="qml-qtcharts-xypoint.html">XYPoint</a></span> { <span class="name">x</span>: <span class="number">2007</span>; <span class="name">y</span>: <span class="number">1</span> }
              <span class="type"><a href="qml-qtcharts-xypoint.html">XYPoint</a></span> { <span class="name">x</span>: <span class="number">2008</span>; <span class="name">y</span>: <span class="number">4</span> }
              <span class="type"><a href="qml-qtcharts-xypoint.html">XYPoint</a></span> { <span class="name">x</span>: <span class="number">2009</span>; <span class="name">y</span>: <span class="number">3</span> }
              <span class="type"><a href="qml-qtcharts-xypoint.html">XYPoint</a></span> { <span class="name">x</span>: <span class="number">2010</span>; <span class="name">y</span>: <span class="number">2</span> }
              <span class="type"><a href="qml-qtcharts-xypoint.html">XYPoint</a></span> { <span class="name">x</span>: <span class="number">2011</span>; <span class="name">y</span>: <span class="number">1</span> }
          }
      }

</pre>
<p><b>Note: </b>Adding the same line series to a chart and area series is not supported. The series used as boundary lines should be defined only for the area series.</p><!-- @@@AreaSeries -->
<h2>Property Documentation</h2>
<!-- $$$axisAngular -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="axisAngular-prop">
<td class="tblQmlPropNode"><p>
<a name="axisAngular-prop"></a><span class="name">axisAngular</span> : <span class="type"><a href="qml-qtcharts-abstractaxis.html">AbstractAxis</a></span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The angular axis used for the series, drawn around the polar chart view.</p>
<p><b>See also </b><a href="qml-qtcharts-areaseries.html#axisX-prop">axisX</a> and <a href="qml-qtcharts-polarchartview.html">PolarChartView</a>.</p>
</div></div><!-- @@@axisAngular -->
<br/>
<!-- $$$axisRadial -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="axisRadial-prop">
<td class="tblQmlPropNode"><p>
<a name="axisRadial-prop"></a><span class="name">axisRadial</span> : <span class="type"><a href="qml-qtcharts-abstractaxis.html">AbstractAxis</a></span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The radial axis used for the series, drawn inside the polar chart view.</p>
<p><b>See also </b><a href="qml-qtcharts-areaseries.html#axisY-prop">axisY</a> and <a href="qml-qtcharts-polarchartview.html">PolarChartView</a>.</p>
</div></div><!-- @@@axisRadial -->
<br/>
<!-- $$$axisX -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="axisX-prop">
<td class="tblQmlPropNode"><p>
<a name="axisX-prop"></a><span class="name">axisX</span> : <span class="type"><a href="qml-qtcharts-abstractaxis.html">AbstractAxis</a></span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The x-axis used for the series. If you leave both axisX and <a href="qml-qtcharts-areaseries.html#axisXTop-prop">axisXTop</a> undefined, a value axis is created for the series.</p>
<p><b>See also </b><a href="qml-qtcharts-areaseries.html#axisXTop-prop">axisXTop</a> and <a href="qml-qtcharts-valueaxis.html">ValueAxis</a>.</p>
</div></div><!-- @@@axisX -->
<br/>
<!-- $$$axisXTop -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="axisXTop-prop">
<td class="tblQmlPropNode"><p>
<a name="axisXTop-prop"></a><span class="name">axisXTop</span> : <span class="type"><a href="qml-qtcharts-abstractaxis.html">AbstractAxis</a></span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The x-axis used for the series, drawn on top of the chart view.</p>
<p><b>Note: </b>You can only provide either <a href="qml-qtcharts-areaseries.html#axisX-prop">axisX</a> or axisXTop, not both.</p><p><b>See also </b><a href="qml-qtcharts-areaseries.html#axisX-prop">axisX</a>.</p>
</div></div><!-- @@@axisXTop -->
<br/>
<!-- $$$axisY -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="axisY-prop">
<td class="tblQmlPropNode"><p>
<a name="axisY-prop"></a><span class="name">axisY</span> : <span class="type"><a href="qml-qtcharts-abstractaxis.html">AbstractAxis</a></span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The y-axis used for the series. If you leave both axisY and <a href="qml-qtcharts-areaseries.html#axisYRight-prop">axisYRight</a> undefined, a value axis is created for the series.</p>
<p><b>See also </b><a href="qml-qtcharts-areaseries.html#axisYRight-prop">axisYRight</a> and <a href="qml-qtcharts-valueaxis.html">ValueAxis</a>.</p>
</div></div><!-- @@@axisY -->
<br/>
<!-- $$$axisYRight -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="axisYRight-prop">
<td class="tblQmlPropNode"><p>
<a name="axisYRight-prop"></a><span class="name">axisYRight</span> : <span class="type"><a href="qml-qtcharts-abstractaxis.html">AbstractAxis</a></span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The y-axis used for the series, drawn to the right on the chart view.</p>
<p><b>Note: </b>You can only provide either <a href="qml-qtcharts-areaseries.html#axisY-prop">axisY</a> or axisYRight, not both.</p><p><b>See also </b><a href="qml-qtcharts-areaseries.html#axisY-prop">axisY</a>.</p>
</div></div><!-- @@@axisYRight -->
<br/>
<!-- $$$borderColor -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="borderColor-prop">
<td class="tblQmlPropNode"><p>
<a name="borderColor-prop"></a><span class="name">borderColor</span> : <span class="type">color</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>Line (pen) color of the series.</p>
</div></div><!-- @@@borderColor -->
<br/>
<!-- $$$borderWidth -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="borderWidth-prop">
<td class="tblQmlPropNode"><p>
<a name="borderWidth-prop"></a><span class="name">borderWidth</span> : <span class="type">real</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The width of the border line. By default, the width is 2.0&#x2e;</p>
</div></div><!-- @@@borderWidth -->
<br/>
<!-- $$$brushFilename -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="brushFilename-prop">
<td class="tblQmlPropNode"><p>
<a name="brushFilename-prop"></a><span class="name">brushFilename</span> : <span class="type">QString</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The name of the file used as a brush image for the series.</p>
</div></div><!-- @@@brushFilename -->
<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>Fill (brush) color of the series.</p>
</div></div><!-- @@@color -->
<br/>
<!-- $$$lowerSeries -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="lowerSeries-prop">
<td class="tblQmlPropNode"><p>
<a name="lowerSeries-prop"></a><span class="name">lowerSeries</span> : <span class="type"><a href="qml-qtcharts-lineseries.html">LineSeries</a></span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The lower one of the two line series used to define area series boundaries.</p>
<p><b>Note: </b>If <a href="qml-qtcharts-areaseries.html">AreaSeries</a> was constructed without a lowerSeries, this is null.</p></div></div><!-- @@@lowerSeries -->
<br/>
<!-- $$$pointLabelsClipping -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="pointLabelsClipping-prop">
<td class="tblQmlPropNode"><p>
<a name="pointLabelsClipping-prop"></a><span class="name">pointLabelsClipping</span> : <span class="type">bool</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>Defines the clipping for data point labels. True by default. The labels on the edge of the plot area are cut when clipping is enabled.</p>
<p><b>See also </b><a href="qml-qtcharts-areaseries.html#pointLabelsVisible-prop">pointLabelsVisible</a>.</p>
</div></div><!-- @@@pointLabelsClipping -->
<br/>
<!-- $$$pointLabelsColor -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="pointLabelsColor-prop">
<td class="tblQmlPropNode"><p>
<a name="pointLabelsColor-prop"></a><span class="name">pointLabelsColor</span> : <span class="type">font</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>Defines the color used for data point labels. By default, the color is the color of the brush defined for labels in the theme.</p>
<p><b>See also </b><a href="qml-qtcharts-areaseries.html#pointLabelsFormat-prop">pointLabelsFormat</a>.</p>
</div></div><!-- @@@pointLabelsColor -->
<br/>
<!-- $$$pointLabelsFont -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="pointLabelsFont-prop">
<td class="tblQmlPropNode"><p>
<a name="pointLabelsFont-prop"></a><span class="name">pointLabelsFont</span> : <span class="type">font</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>Defines the font used for data point labels.</p>
<p><b>See also </b><a href="qml-qtcharts-areaseries.html#pointLabelsFormat-prop">pointLabelsFormat</a>.</p>
</div></div><!-- @@@pointLabelsFont -->
<br/>
<!-- $$$pointLabelsFormat -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="pointLabelsFormat-prop">
<td class="tblQmlPropNode"><p>
<a name="pointLabelsFormat-prop"></a><span class="name">pointLabelsFormat</span> : <span class="type">string</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The format used for showing labels with series points.</p>
<p><b>See also </b><a href="qareaseries.html#pointLabelsFormat-prop">QAreaSeries::pointLabelsFormat</a>, <a href="qml-qtcharts-areaseries.html#pointLabelsVisible-prop">pointLabelsVisible</a>, <a href="qml-qtcharts-areaseries.html#pointLabelsFont-prop">pointLabelsFont</a>, and <a href="qml-qtcharts-areaseries.html#pointLabelsColor-prop">pointLabelsColor</a>.</p>
</div></div><!-- @@@pointLabelsFormat -->
<br/>
<!-- $$$pointLabelsVisible -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="pointLabelsVisible-prop">
<td class="tblQmlPropNode"><p>
<a name="pointLabelsVisible-prop"></a><span class="name">pointLabelsVisible</span> : <span class="type">bool</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>Defines the visibility of data point labels.</p>
<p><b>See also </b><a href="qml-qtcharts-areaseries.html#pointLabelsFormat-prop">pointLabelsFormat</a> and <a href="qml-qtcharts-areaseries.html#pointLabelsClipping-prop">pointLabelsClipping</a>.</p>
</div></div><!-- @@@pointLabelsVisible -->
<br/>
<!-- $$$upperSeries -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="upperSeries-prop">
<td class="tblQmlPropNode"><p>
<a name="upperSeries-prop"></a><span class="name">upperSeries</span> : <span class="type"><a href="qml-qtcharts-lineseries.html">LineSeries</a></span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The upper one of the two line series used to define area series boundaries.</p>
</div></div><!-- @@@upperSeries -->
<br/>
<h2>Signal Documentation</h2>
<!-- $$$clicked -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="clicked-signal">
<td class="tblQmlFuncNode"><p>
<a name="clicked-signal"></a><span class="name">clicked</span>(<span class="type">point</span> <i>point</i>)</p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This signal is emitted when the user triggers a press on <i>point</i> by clicking it in an area chart.</p>
<p>The corresponding signal handler is <code>onClicked</code>.</p>
<p><b>See also </b><a href="qml-qtcharts-areaseries.html#pressed-signal">pressed</a>, <a href="qml-qtcharts-areaseries.html#released-signal">released</a>, and <a href="qml-qtcharts-areaseries.html#doubleClicked-signal">doubleClicked</a>.</p>
</div></div><!-- @@@clicked -->
<br/>
<!-- $$$doubleClicked -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="doubleClicked-signal">
<td class="tblQmlFuncNode"><p>
<a name="doubleClicked-signal"></a><span class="name">doubleClicked</span>(<span class="type">point</span> <i>point</i>)</p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This signal is emitted when the user triggers the first press in an area chart by doubleclicking <i>point</i>.</p>
<p>The corresponding signal handler is <code>onDoubleClicked</code>.</p>
<p><b>See also </b><a href="qml-qtcharts-areaseries.html#pressed-signal">pressed</a>, <a href="qml-qtcharts-areaseries.html#released-signal">released</a>, and <a href="qml-qtcharts-areaseries.html#clicked-signal">clicked</a>.</p>
</div></div><!-- @@@doubleClicked -->
<br/>
<!-- $$$hovered -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="hovered-signal">
<td class="tblQmlFuncNode"><p>
<a name="hovered-signal"></a><span class="name">hovered</span>(<span class="type">point</span> <i>point</i>, <span class="type">bool</span> <i>state</i>)</p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This signal is emitted when the user hovers the mouse cursor over a series or moves it away from the series. <i>point</i> shows the origin (coordinate) of the hover event. <i>state</i> is <code>true</code> when the cursor hovers over the series and turns <i>false</i> when it moves away from the series.</p>
<p>The corresponding signal handler is <code>onHovered</code>.</p>
</div></div><!-- @@@hovered -->
<br/>
<!-- $$$pressed -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="pressed-signal">
<td class="tblQmlFuncNode"><p>
<a name="pressed-signal"></a><span class="name">pressed</span>(<span class="type">point</span> <i>point</i>)</p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This signal is emitted when the user presses the point specified by <i>point</i> in an area chart.</p>
<p>The corresponding signal handler is <code>onPressed</code>.</p>
<p><b>See also </b><a href="qml-qtcharts-areaseries.html#clicked-signal">clicked</a>, <a href="qml-qtcharts-areaseries.html#released-signal">released</a>, and <a href="qml-qtcharts-areaseries.html#doubleClicked-signal">doubleClicked</a>.</p>
</div></div><!-- @@@pressed -->
<br/>
<!-- $$$released -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="released-signal">
<td class="tblQmlFuncNode"><p>
<a name="released-signal"></a><span class="name">released</span>(<span class="type">point</span> <i>point</i>)</p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This signal is emitted when the user releases a press that was triggered on <i>point</i> in an area chart.</p>
<p>The corresponding signal handler is <code>onReleased</code>.</p>
<p><b>See also </b><a href="qml-qtcharts-areaseries.html#pressed-signal">pressed</a>, <a href="qml-qtcharts-areaseries.html#clicked-signal">clicked</a>, and <a href="qml-qtcharts-areaseries.html#doubleClicked-signal">doubleClicked</a>.</p>
</div></div><!-- @@@released -->
<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>