This file is indexed.

/usr/share/qt5/doc/qtcharts/qml-qtcharts-candlestickseries.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
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qcandlestickseries.cpp -->
  <title>CandlestickSeries 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 >CandlestickSeries 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="#methods">Methods</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">CandlestickSeries QML Type</h1>
<span class="subtitle"></span>
<!-- $$$CandlestickSeries-brief -->
<p>Represents a series of data as candlesticks. <a href="#details">More...</a></p>
<!-- @@@CandlestickSeries -->
<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"> Since:</td><td class="memItemRight bottomAlign">  QtCharts 2.2</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Instantiates:</td><td class="memItemRight bottomAlign"> <a href="qml-qtcharts-candlestickseries.html"><a href="qcandlestickseries.html">QCandlestickSeries</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-candlestickseries-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-candlestickseries.html#axisX-prop">axisX</a></b></b> : AbstractAxis</li>
<li class="fn"><b><b><a href="qml-qtcharts-candlestickseries.html#axisXTop-prop">axisXTop</a></b></b> : AbstractAxis</li>
<li class="fn"><b><b><a href="qml-qtcharts-candlestickseries.html#axisY-prop">axisY</a></b></b> : AbstractAxis</li>
<li class="fn"><b><b><a href="qml-qtcharts-candlestickseries.html#axisYRight-prop">axisYRight</a></b></b> : AbstractAxis</li>
<li class="fn"><b><b><a href="qml-qtcharts-candlestickseries.html#bodyOutlineVisible-prop">bodyOutlineVisible</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-qtcharts-candlestickseries.html#bodyWidth-prop">bodyWidth</a></b></b> : real</li>
<li class="fn"><b><b><a href="qml-qtcharts-candlestickseries.html#brushFilename-prop">brushFilename</a></b></b> : string</li>
<li class="fn"><b><b><a href="qml-qtcharts-candlestickseries.html#capsVisible-prop">capsVisible</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-qtcharts-candlestickseries.html#capsWidth-prop">capsWidth</a></b></b> : real</li>
<li class="fn"><b><b><a href="qml-qtcharts-candlestickseries.html#count-prop">count</a></b></b> : int</li>
<li class="fn"><b><b><a href="qml-qtcharts-candlestickseries.html#decreasingColor-prop">decreasingColor</a></b></b> : color</li>
<li class="fn"><b><b><a href="qml-qtcharts-candlestickseries.html#increasingColor-prop">increasingColor</a></b></b> : color</li>
<li class="fn"><b><b><a href="qml-qtcharts-candlestickseries.html#maximumColumnWidth-prop">maximumColumnWidth</a></b></b> : real</li>
<li class="fn"><b><b><a href="qml-qtcharts-candlestickseries.html#minimumColumnWidth-prop">minimumColumnWidth</a></b></b> : real</li>
</ul>
<a name="signals"></a>
<h2 id="signals">Signals</h2>
<ul>
<li class="fn"><b><b><a href="qml-qtcharts-candlestickseries.html#candlestickSetsAdded-signal">candlestickSetsAdded</a></b></b>(list&lt;CandlestickSet&gt; <i>sets</i>)</li>
<li class="fn"><b><b><a href="qml-qtcharts-candlestickseries.html#candlestickSetsRemoved-signal">candlestickSetsRemoved</a></b></b>(list&lt;CandlestickSet&gt; <i>sets</i>)</li>
<li class="fn"><b><b><a href="qml-qtcharts-candlestickseries.html#clicked-signal">clicked</a></b></b>(CandlestickSet <i>set</i>)</li>
<li class="fn"><b><b><a href="qml-qtcharts-candlestickseries.html#doubleClicked-signal">doubleClicked</a></b></b>(CandlestickSet <i>set</i>)</li>
<li class="fn"><b><b><a href="qml-qtcharts-candlestickseries.html#hovered-signal">hovered</a></b></b>(bool <i>status</i>, CandlestickSet <i>set</i>)</li>
<li class="fn"><b><b><a href="qml-qtcharts-candlestickseries.html#pressed-signal">pressed</a></b></b>(CandlestickSet <i>set</i>)</li>
<li class="fn"><b><b><a href="qml-qtcharts-candlestickseries.html#released-signal">released</a></b></b>(CandlestickSet <i>set</i>)</li>
</ul>
<a name="methods"></a>
<h2 id="methods">Methods</h2>
<ul>
<li class="fn"><b><b><a href="qml-qtcharts-candlestickseries.html#append-method">append</a></b></b>(CandlestickSet <i>set</i>)</li>
<li class="fn"><b><b><a href="qml-qtcharts-candlestickseries.html#at-method">at</a></b></b>(int <i>index</i>)</li>
<li class="fn"><b><b><a href="qml-qtcharts-candlestickseries.html#clear-method">clear</a></b></b>()</li>
<li class="fn"><b><b><a href="qml-qtcharts-candlestickseries.html#insert-method">insert</a></b></b>(int <i>index</i>, CandlestickSet <i>set</i>)</li>
<li class="fn"><b><b><a href="qml-qtcharts-candlestickseries.html#remove-method">remove</a></b></b>(CandlestickSet <i>set</i>)</li>
</ul>
<!-- $$$CandlestickSeries-description -->
<a name="details"></a>
<h2 id="details">Detailed Description</h2>
<p>The <a href="qml-qtcharts-candlestickseries.html">CandlestickSeries</a> type acts as a container for single candlestick items. Each item is drawn to its own category when using <a href="qml-qtcharts-barcategoryaxis.html">BarCategoryAxis</a>. <a href="qml-qtcharts-datetimeaxis.html">DateTimeAxis</a> and <a href="qml-qtcharts-valueaxis.html">ValueAxis</a> can be used as an alternative to <a href="qml-qtcharts-barcategoryaxis.html">BarCategoryAxis</a>. In this case, each candlestick item is drawn according to its timestamp value.</p>
<p><b>Note: </b>The timestamps must be unique within a <a href="qml-qtcharts-candlestickseries.html">CandlestickSeries</a>. When using <a href="qml-qtcharts-barcategoryaxis.html">BarCategoryAxis</a>, only the first one of the candlestick items sharing a timestamp is drawn. If the chart includes multiple instances of <a href="qml-qtcharts-candlestickseries.html">CandlestickSeries</a>, items from different series sharing a timestamp are drawn to the same category. When using <a href="qml-qtcharts-valueaxis.html">ValueAxis</a> or <a href="qml-qtcharts-datetimeaxis.html">DateTimeAxis</a>, candlestick items sharing a timestamp will overlap each other.</p><p>The following QML shows how to create a simple candlestick chart:</p>
<pre class="cpp">

  import <span class="type">QtQuick</span> <span class="number">2.5</span>
  import <span class="type"><a href="qtcharts-qmlmodule.html">QtCharts</a></span> <span class="number">2.2</span>

  ChartView {
      title: <span class="string">&quot;Candlestick Series&quot;</span>
      width: <span class="number">400</span>
      height: <span class="number">300</span>

      CandlestickSeries {
          name: <span class="string">&quot;Acme Ltd.&quot;</span>
          increasingColor: <span class="string">&quot;green&quot;</span>
          decreasingColor: <span class="string">&quot;red&quot;</span>

          CandlestickSet { timestamp: <span class="number">1435708800000</span>; open: <span class="number">690</span>; high: <span class="number">694</span>; low: <span class="number">599</span>; close: <span class="number">660</span> }
          CandlestickSet { timestamp: <span class="number">1435795200000</span>; open: <span class="number">669</span>; high: <span class="number">669</span>; low: <span class="number">669</span>; close: <span class="number">669</span> }
          CandlestickSet { timestamp: <span class="number">1436140800000</span>; open: <span class="number">485</span>; high: <span class="number">623</span>; low: <span class="number">485</span>; close: <span class="number">600</span> }
          CandlestickSet { timestamp: <span class="number">1436227200000</span>; open: <span class="number">589</span>; high: <span class="number">615</span>; low: <span class="number">377</span>; close: <span class="number">569</span> }
          CandlestickSet { timestamp: <span class="number">1436313600000</span>; open: <span class="number">464</span>; high: <span class="number">464</span>; low: <span class="number">254</span>; close: <span class="number">254</span> }
      }
  }

</pre>
<div style="float: left; margin-right: 2em"><p class="centerAlign"><img src="images/examples_qmlcandlestick.png" alt="" /></p></div><br style="clear: both" /><p><b>See also </b><a href="qml-qtcharts-candlestickset.html">CandlestickSet</a>, <a href="qml-qtcharts-barcategoryaxis.html">BarCategoryAxis</a>, <a href="qml-qtcharts-datetimeaxis.html">DateTimeAxis</a>, and <a href="qml-qtcharts-valueaxis.html">ValueAxis</a>.</p>
<!-- @@@CandlestickSeries -->
<h2>Property Documentation</h2>
<!-- $$$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-candlestickseries.html#axisXTop-prop">axisXTop</a> undefined, a value axis is created for the series.</p>
<p><b>See also </b><a href="qml-qtcharts-candlestickseries.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-candlestickseries.html#axisX-prop">axisX</a> or axisXTop, not both.</p><p><b>See also </b><a href="qml-qtcharts-candlestickseries.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-candlestickseries.html#axisYRight-prop">axisYRight</a> undefined, a value axis is created for the series.</p>
<p><b>See also </b><a href="qml-qtcharts-candlestickseries.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-candlestickseries.html#axisY-prop">axisY</a> or axisYRight, not both.</p><p><b>See also </b><a href="qml-qtcharts-candlestickseries.html#axisY-prop">axisY</a>.</p>
</div></div><!-- @@@axisYRight -->
<br/>
<!-- $$$bodyOutlineVisible -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="bodyOutlineVisible-prop">
<td class="tblQmlPropNode"><p>
<a name="bodyOutlineVisible-prop"></a><span class="name">bodyOutlineVisible</span> : <span class="type">bool</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The visibility of the candlestick body outlines.</p>
</div></div><!-- @@@bodyOutlineVisible -->
<br/>
<!-- $$$bodyWidth -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="bodyWidth-prop">
<td class="tblQmlPropNode"><p>
<a name="bodyWidth-prop"></a><span class="name">bodyWidth</span> : <span class="type">real</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The relative width of the candlestick item within its own slot, in the range from 0.0 to 1.0&#x2e; Values outside this range are clamped to 0.0 or 1.0&#x2e;</p>
</div></div><!-- @@@bodyWidth -->
<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">string</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/>
<!-- $$$capsVisible -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="capsVisible-prop">
<td class="tblQmlPropNode"><p>
<a name="capsVisible-prop"></a><span class="name">capsVisible</span> : <span class="type">bool</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The visibility of the caps.</p>
</div></div><!-- @@@capsVisible -->
<br/>
<!-- $$$capsWidth -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="capsWidth-prop">
<td class="tblQmlPropNode"><p>
<a name="capsWidth-prop"></a><span class="name">capsWidth</span> : <span class="type">real</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The relative width of the caps within a candlestick, in the range from 0.0 to 1.0&#x2e; Values outside this range are clamped to 0.0 or 1.0&#x2e;</p>
</div></div><!-- @@@capsWidth -->
<br/>
<!-- $$$count -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="count-prop">
<td class="tblQmlPropNode"><p>
<a name="count-prop"></a><span class="name">count</span> : <span class="type">int</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The number of candlestick items in a series.</p>
</div></div><!-- @@@count -->
<br/>
<!-- $$$decreasingColor -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="decreasingColor-prop">
<td class="tblQmlPropNode"><p>
<a name="decreasingColor-prop"></a><span class="name">decreasingColor</span> : <span class="type">color</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The color of the decreasing candlestick item body. A candlestick is <i>decreasing</i> when its open value is higher than the close value. By default, this property is set to the brush color with the alpha channel set to 128. The default color is used also when the property is set to an invalid color value.</p>
</div></div><!-- @@@decreasingColor -->
<br/>
<!-- $$$increasingColor -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="increasingColor-prop">
<td class="tblQmlPropNode"><p>
<a name="increasingColor-prop"></a><span class="name">increasingColor</span> : <span class="type">color</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The color of the increasing candlestick item body. A candlestick is <i>increasing</i> when its close value is higher than the open value. By default, this property is set to the brush color. The default color is used also when the property is set to an invalid color value.</p>
</div></div><!-- @@@increasingColor -->
<br/>
<!-- $$$maximumColumnWidth -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="maximumColumnWidth-prop">
<td class="tblQmlPropNode"><p>
<a name="maximumColumnWidth-prop"></a><span class="name">maximumColumnWidth</span> : <span class="type">real</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The maximum width of the candlestick items in pixels. Setting a negative value means there is no maximum width. All negative values are converted to -1.0&#x2e;</p>
</div></div><!-- @@@maximumColumnWidth -->
<br/>
<!-- $$$minimumColumnWidth -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="minimumColumnWidth-prop">
<td class="tblQmlPropNode"><p>
<a name="minimumColumnWidth-prop"></a><span class="name">minimumColumnWidth</span> : <span class="type">real</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The minimum width of the candlestick items in pixels. Setting a negative value means there is no minimum width. All negative values are converted to -1.0&#x2e;</p>
</div></div><!-- @@@minimumColumnWidth -->
<br/>
<h2>Signal Documentation</h2>
<!-- $$$candlestickSetsAdded -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="candlestickSetsAdded-signal">
<td class="tblQmlFuncNode"><p>
<a name="candlestickSetsAdded-signal"></a><span class="name">candlestickSetsAdded</span>(<span class="type">list</span>&lt;<span class="type"><a href="qml-qtcharts-candlestickset.html">CandlestickSet</a></span>&gt; <i>sets</i>)</p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This signal is emitted when the candlestick items specified by <i>sets</i> are added to the series.</p>
<p>The corresponding signal handler is <code>onCandlestickSetsAdded</code>.</p>
</div></div><!-- @@@candlestickSetsAdded -->
<br/>
<!-- $$$candlestickSetsRemoved -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="candlestickSetsRemoved-signal">
<td class="tblQmlFuncNode"><p>
<a name="candlestickSetsRemoved-signal"></a><span class="name">candlestickSetsRemoved</span>(<span class="type">list</span>&lt;<span class="type"><a href="qml-qtcharts-candlestickset.html">CandlestickSet</a></span>&gt; <i>sets</i>)</p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This signal is emitted when the candlestick items specified by <i>sets</i> are removed from the series.</p>
<p>The corresponding signal handler is <code>onCandlestickSetsRemoved</code>.</p>
</div></div><!-- @@@candlestickSetsRemoved -->
<br/>
<!-- $$$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"><a href="qml-qtcharts-candlestickset.html">CandlestickSet</a></span> <i>set</i>)</p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This signal is emitted when the candlestick item specified by <i>set</i> is clicked on the chart.</p>
<p>The corresponding signal handler is <code>onClicked</code>.</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"><a href="qml-qtcharts-candlestickset.html">CandlestickSet</a></span> <i>set</i>)</p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This signal is emitted when the candlestick item specified by <i>set</i> is double-clicked on the chart.</p>
<p>The corresponding signal handler is <code>onDoubleClicked</code>.</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">bool</span> <i>status</i>, <span class="type"><a href="qml-qtcharts-candlestickset.html">CandlestickSet</a></span> <i>set</i>)</p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This signal is emitted when a mouse is hovered over the candlestick item specified by <i>set</i> in a chart.</p>
<p>When the mouse moves over the item, <i>status</i> turns <code>true</code>, and when the mouse moves away again, it turns <code>false</code>.</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"><a href="qml-qtcharts-candlestickset.html">CandlestickSet</a></span> <i>set</i>)</p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This signal is emitted when the user clicks the candlestick item specified by <i>set</i> and holds down the mouse button.</p>
<p>The corresponding signal handler is <code>onPressed</code>.</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"><a href="qml-qtcharts-candlestickset.html">CandlestickSet</a></span> <i>set</i>)</p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This signal is emitted when the user releases the mouse press on the candlestick item specified by <i>set</i>.</p>
<p>The corresponding signal handler is <code>onReleased</code>.</p>
</div></div><!-- @@@released -->
<br/>
<h2>Method Documentation</h2>
<!-- $$$append -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="append-method">
<td class="tblQmlFuncNode"><p>
<a name="append-method"></a><span class="name">append</span>(<span class="type"><a href="qml-qtcharts-candlestickset.html">CandlestickSet</a></span> <i>set</i>)</p></td></tr>
</table></div>
</div><div class="qmldoc"><p>Adds a single candlestick item specified by <i>set</i> to the series and takes ownership of it. If the item is null or it is already in the series, it is not appended.</p>
<p>Returns <code>true</code> if appending succeeded, <code>false</code> otherwise.</p>
</div></div><!-- @@@append -->
<br/>
<!-- $$$at -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="at-method">
<td class="tblQmlFuncNode"><p>
<a name="at-method"></a><span class="name">at</span>(<span class="type">int</span> <i>index</i>)</p></td></tr>
</table></div>
</div><div class="qmldoc"><p>Returns the candlestick item at the position specified by <i>index</i>. Returns null if the index is not valid.</p>
</div></div><!-- @@@at -->
<br/>
<!-- $$$clear -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="clear-method">
<td class="tblQmlFuncNode"><p>
<a name="clear-method"></a><span class="name">clear</span>()</p></td></tr>
</table></div>
</div><div class="qmldoc"><p>Removes all candlestick items from the series and permanently deletes them.</p>
</div></div><!-- @@@clear -->
<br/>
<!-- $$$insert -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="insert-method">
<td class="tblQmlFuncNode"><p>
<a name="insert-method"></a><span class="name">insert</span>(<span class="type">int</span> <i>index</i>, <span class="type"><a href="qml-qtcharts-candlestickset.html">CandlestickSet</a></span> <i>set</i>)</p></td></tr>
</table></div>
</div><div class="qmldoc"><p>Inserts the candlestick item specified by <i>set</i> to the series at the position specified by <i>index</i>. Takes ownership of the item. If the item is null or already belongs to the series, it is not inserted.</p>
<p>Returns <code>true</code> if inserting succeeded, <code>false</code> otherwise.</p>
</div></div><!-- @@@insert -->
<br/>
<!-- $$$remove -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="remove-method">
<td class="tblQmlFuncNode"><p>
<a name="remove-method"></a><span class="name">remove</span>(<span class="type"><a href="qml-qtcharts-candlestickset.html">CandlestickSet</a></span> <i>set</i>)</p></td></tr>
</table></div>
</div><div class="qmldoc"><p>Removes a single candlestick item, specified by <i>set</i>, from the series.</p>
<p>Returns <code>true</code> if the item is successfully deleted, <code>false</code> otherwise.</p>
</div></div><!-- @@@remove -->
<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>