@@ -8,18 +8,18 | |||
|
8 | 8 | The API supports following chart types: |
|
9 | 9 | |
|
10 | 10 | \list |
|
11 | \o area | |
|
12 | 11 | \o line |
|
13 |
\o |
|
|
14 | \o percent bar | |
|
15 | \o pie | |
|
12 | \o area | |
|
16 | 13 | \o scatter |
|
17 | 14 | \o spline |
|
15 | \o pie | |
|
16 | \o grouped bar | |
|
17 | \o percent bar | |
|
18 | 18 | \o stacked bar |
|
19 | 19 | \endlist |
|
20 | 20 | |
|
21 | 21 | |
|
22 | 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. | |
|
22 | Each chart type is represented by QAbstractSeries derived class. To create given chart type users have to use instace of releted sereis class and add it to QChart/QChartView instance. | |
|
23 | 23 | \code |
|
24 | 24 | QLineSeries* series = new QLineSeries(); |
|
25 | 25 | series->add(0, 6); |
@@ -32,19 +32,10 | |||
|
32 | 32 | <table cellpadding="2" cellspacing="1" border="0" width="100%" class="indextable"> |
|
33 | 33 | <tr> |
|
34 | 34 | <th class="titleheader" width="25%"> |
|
35 | Common | |
|
35 | Common and global | |
|
36 | 36 | </th> |
|
37 | 37 | <th class="titleheader" width="25%"> |
|
38 |
XY t |
|
|
39 | </th> | |
|
40 | <th class="titleheader" width="25%"> | |
|
41 | Pie type | |
|
42 | </th> | |
|
43 | <th class="titleheader" width="25%"> | |
|
44 | Bar type | |
|
45 | </th> | |
|
46 | <th class="titleheader" width="25%"> | |
|
47 | Other files | |
|
38 | XY chart | |
|
48 | 39 | </th> |
|
49 | 40 | </tr> |
|
50 | 41 | <tr> |
@@ -70,6 +61,17 | |||
|
70 | 61 | <li><a href="qvxymodelmapper.html">QVXYModelMapper</a></li> |
|
71 | 62 | </ul> |
|
72 | 63 | </td> |
|
64 | </tr> | |
|
65 | </table> | |
|
66 | <table cellpadding="2" cellspacing="1" border="0" width="100%" class="indextable"> | |
|
67 | <tr> | |
|
68 | <th class="titleheader" width="25%"> | |
|
69 | Pie chart | |
|
70 | </th> | |
|
71 | <th class="titleheader" width="25%"> | |
|
72 | Bar chart | |
|
73 | </th> | |
|
74 | <tr> | |
|
73 | 75 | <td valign="top"> |
|
74 | 76 | <ul> |
|
75 | 77 | <li><a href="qpieseries.html">QPieSeries</a></li> |
@@ -91,14 +93,8 | |||
|
91 | 93 | <li><a href="qvbarmodelmapper.html">QVBarModelMapper</a></li> |
|
92 | 94 | </ul> |
|
93 | 95 | </td> |
|
94 | <td valign="top"> | |
|
95 | <ul> | |
|
96 | <li><a href="qchartglobal.html">QChartGlobal</a></li> | |
|
97 | </ul> | |
|
98 | </td> | |
|
99 | 96 | </tr> |
|
100 | 97 | </table> |
|
101 | ||
|
102 | 98 | \endraw |
|
103 | 99 | |
|
104 | 100 | */ |
General Comments 0
You need to be logged in to leave comments.
Login now