Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Marek Rosa
- Wed, 04 Jul 2012 09:28:46
Show More
0
doc/src/classes.qdoc
doc/src/classes.qdoc
+3
-2
@@
-13,6
+13,7
13
series->add(2, 4);
13
series->add(2, 4);
14
...
14
...
15
chartView->chart()->addSeries(series);
15
chartView->chart()->addSeries(series);
16
chartView->chart()->createDefaultAxes();
16
\endcode
17
\endcode
17
18
18
\raw HTML
19
\raw HTML
@@
-29,11
+30,11
29
<td valign="top">
30
<td valign="top">
30
<ul>
31
<ul>
31
<li><a href="qchart.html">QChart</a></li>
32
<li><a href="qchart.html">QChart</a></li>
33
<li><a href="qchartview.html">QChartView</a></li>
32
<li><a href="qabstractaxis.html">QAbstractAxis</a></li>
34
<li><a href="qabstractaxis.html">QAbstractAxis</a></li>
33
<li><a href="qvaluesaxis.html">QValuesAxis</a></li>
35
<li><a href="qvaluesaxis.html">QValuesAxis</a></li>
34
<li><a href="qbarcategoriesaxis.html">QBarCategoriesAxis</a></li>
36
<li><a href="qbarcategoriesaxis.html">QBarCategoriesAxis</a></li>
35
<li><a href="qintervalaxis.html">QIntervalAxis</a></li>
37
<li><a href="qintervalaxis.html">QIntervalAxis</a></li>
36
<li><a href="qchartview.html">QChartView</a></li>
37
<li><a href="qlegend.html">QLegend</a></li>
38
<li><a href="qlegend.html">QLegend</a></li>
38
<li><a href="qabstractseries.html">QAbstractSeries</a></li>
39
<li><a href="qabstractseries.html">QAbstractSeries</a></li>
39
<li><a href="qchartglobal.html">QChartGlobal</a></li>
40
<li><a href="qchartglobal.html">QChartGlobal</a></li>
0
doc/src/examples-areachart.qdoc
doc/src/examples-areachart.qdoc
+1
-1
@@
-19,7
+19,7
19
19
20
\snippet ../examples/areachart/main.cpp 3
20
\snippet ../examples/areachart/main.cpp 3
21
21
22
In the end we create QChartView instance, set title, set anti-aliasing and add area series. We also set the specific range for axes.
22
In the end we create QChartView instance, set title, set anti-aliasing and add area series. We also create the default axes and specify the ranges on them .
23
23
24
\snippet ../examples/areachart/main.cpp 4
24
\snippet ../examples/areachart/main.cpp 4
25
25
0
doc/src/examples-linechart.qdoc
doc/src/examples-linechart.qdoc
+1
-1
@@
-15,7
+15,7
15
15
16
\snippet ../examples/linechart/main.cpp 2
16
\snippet ../examples/linechart/main.cpp 2
17
17
18
To present the data on the char we need QChart instance. We add the series to it and set the title of the chart.
18
To present the data on the char we need QChart instance. We add the series to it, create the default axes and set the title of the chart.
19
19
20
\snippet ../examples/linechart/main.cpp 3
20
\snippet ../examples/linechart/main.cpp 3
21
21
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages