@@ -1,55 +1,65 | |||||
1 | /*! |
|
1 | /*! | |
2 | \page classes.html |
|
2 | \page classes.html | |
3 | \title QtCommercial Charts API |
|
3 | \title QtCommercial Charts API | |
4 | \keyword All Classes |
|
4 | \keyword All Classes | |
5 |
|
5 | |||
6 |
|
6 | Charts API is build on top of Qt Graphics View Framework. Charts can be displayed as QGrsphicsWidget using QChart class. However | ||
|
7 | there is also convenience class QChartView which is QWidget based. These lets quickly use QCharts as normal Qt widget. | |||
|
8 | Each chart type is represented by QSeries derived class. To create given chart type users have to use instace of releted sereis class and add it to QChart/QChartView instance. | |||
|
9 | \code | |||
|
10 | QLineSeries* series = new QLineSeries(); | |||
|
11 | series->add(0, 6); | |||
|
12 | series->add(2, 4); | |||
|
13 | ... | |||
|
14 | chartView->addSeries(series); | |||
|
15 | \endcode | |||
|
16 | ||||
7 | \image class_diagram.png |
|
17 | \image class_diagram.png | |
8 | \raw HTML |
|
18 | \raw HTML | |
9 | <table cellpadding="2" cellspacing="1" border="0" width="100%" class="indextable"> |
|
19 | <table cellpadding="2" cellspacing="1" border="0" width="100%" class="indextable"> | |
10 | <tr> |
|
20 | <tr> | |
11 | <th class="titleheader" width="33%"> |
|
21 | <th class="titleheader" width="33%"> | |
12 | List of classes |
|
22 | List of classes | |
13 | </th> |
|
23 | </th> | |
14 | </tr> |
|
24 | </tr> | |
15 | <tr> |
|
25 | <tr> | |
16 | <td valign="top"> |
|
26 | <td valign="top"> | |
17 | <ul> |
|
27 | <ul> | |
18 | <li><a href="qareaseries.html">QAreaSeries</a></li> |
|
28 | <li><a href="qareaseries.html">QAreaSeries</a></li> | |
19 | <li><a href="qbarseries.html">QBarSeries</a></li> |
|
29 | <li><a href="qbarseries.html">QBarSeries</a></li> | |
20 | <li><a href="qbarset.html">QBarSet</a></li> |
|
30 | <li><a href="qbarset.html">QBarSet</a></li> | |
21 | <li><a href="qchart.html">QChart</a></li> |
|
31 | <li><a href="qchart.html">QChart</a></li> | |
22 | <li><a href="qchartaxis.html">QChartAxis</a></li> |
|
32 | <li><a href="qchartaxis.html">QChartAxis</a></li> | |
23 | <li><a href="qchartview.html">QChartView</a></li> |
|
33 | <li><a href="qchartview.html">QChartView</a></li> | |
24 | <li><a href="qlineseries.html">QLineSeries</a></li> |
|
34 | <li><a href="qlineseries.html">QLineSeries</a></li> | |
25 | <li><a href="qpercentbarseries.html">QPercentBarSeries</a></li> |
|
35 | <li><a href="qpercentbarseries.html">QPercentBarSeries</a></li> | |
26 | <li><a href="qpieseries.html">QPieSeries</a></li> |
|
36 | <li><a href="qpieseries.html">QPieSeries</a></li> | |
27 | <li><a href="qpieslice.html">QPieSlice</a></li> |
|
37 | <li><a href="qpieslice.html">QPieSlice</a></li> | |
28 | <li><a href="qscatterseries.html">QScatterSeries</a></li> |
|
38 | <li><a href="qscatterseries.html">QScatterSeries</a></li> | |
29 | <li><a href="qseries.html">QSeries</a></li> |
|
39 | <li><a href="qseries.html">QSeries</a></li> | |
30 | <li><a href="qsplineseries.html">QSplineSeries</a></li> |
|
40 | <li><a href="qsplineseries.html">QSplineSeries</a></li> | |
31 | <li><a href="qstackedbarseries.html">QStackedBarSeries</a></li> |
|
41 | <li><a href="qstackedbarseries.html">QStackedBarSeries</a></li> | |
32 | <li><a href="qxyseries.html">QXYSeries</a></li> |
|
42 | <li><a href="qxyseries.html">QXYSeries</a></li> | |
33 | </ul> |
|
43 | </ul> | |
34 | </td> |
|
44 | </td> | |
35 | </tr> |
|
45 | </tr> | |
36 | </table> |
|
46 | </table> | |
37 |
|
47 | |||
38 | <table cellpadding="2" cellspacing="1" border="0" width="100%" class="indextable"> |
|
48 | <table cellpadding="2" cellspacing="1" border="0" width="100%" class="indextable"> | |
39 | <tr> |
|
49 | <tr> | |
40 | <th class="titleheader" width="33%"> |
|
50 | <th class="titleheader" width="33%"> | |
41 | Other files: |
|
51 | Other files: | |
42 | </th> |
|
52 | </th> | |
43 | </tr> |
|
53 | </tr> | |
44 | <tr> |
|
54 | <tr> | |
45 | <td valign="top"> |
|
55 | <td valign="top"> | |
46 | <ul> |
|
56 | <ul> | |
47 | <li><a href="qchartglobal.html">QChartGlobal</a></li> |
|
57 | <li><a href="qchartglobal.html">QChartGlobal</a></li> | |
48 | </ul> |
|
58 | </ul> | |
49 | </td> |
|
59 | </td> | |
50 | </tr> |
|
60 | </tr> | |
51 | </table> |
|
61 | </table> | |
52 |
|
62 | |||
53 | \endraw |
|
63 | \endraw | |
54 |
|
64 | |||
55 | */ |
|
65 | */ |
General Comments 0
You need to be logged in to leave comments.
Login now