##// END OF EJS Templates
Some docs fixes
Marek Rosa -
r1630:59aae3a9af82
parent child
Show More
@@ -13,6 +13,7
13 13 series->add(2, 4);
14 14 ...
15 15 chartView->chart()->addSeries(series);
16 chartView->chart()->createDefaultAxes();
16 17 \endcode
17 18
18 19 \raw HTML
@@ -29,11 +30,11
29 30 <td valign="top">
30 31 <ul>
31 32 <li><a href="qchart.html">QChart</a></li>
33 <li><a href="qchartview.html">QChartView</a></li>
32 34 <li><a href="qabstractaxis.html">QAbstractAxis</a></li>
33 35 <li><a href="qvaluesaxis.html">QValuesAxis</a></li>
34 36 <li><a href="qbarcategoriesaxis.html">QBarCategoriesAxis</a></li>
35 37 <li><a href="qintervalaxis.html">QIntervalAxis</a></li>
36 <li><a href="qchartview.html">QChartView</a></li>
37 38 <li><a href="qlegend.html">QLegend</a></li>
38 39 <li><a href="qabstractseries.html">QAbstractSeries</a></li>
39 40 <li><a href="qchartglobal.html">QChartGlobal</a></li>
@@ -19,7 +19,7
19 19
20 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 24 \snippet ../examples/areachart/main.cpp 4
25 25
@@ -15,7 +15,7
15 15
16 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 20 \snippet ../examples/linechart/main.cpp 3
21 21
General Comments 0
You need to be logged in to leave comments. Login now