summaryrefslogtreecommitdiffstats
path: root/doc/src_qt4/examples.qdoc
blob: c814f8ce9f79eb58202f653b937c43521770b41b (plain)
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
/*!
    \page examples.html
    \title Qt Charts Examples
    \keyword Examples

    \raw HTML
    <div class="qchart">

    <table>
        <tr>
            <td><a href="examples-areachart.html">Area Chart</a></td>
            <td><a href="examples-barchart.html">Bar Chart</a></td>
        </tr>
        <tr>
            <td><a href="examples-areachart.html"><img src="images/examples_areachart.png" width="300" alt="Area Chart" /></a></td>
            <td><a href="examples-barchart.html"><img src="images/examples_barchart.png" width="300" alt="Bar Chart" /></a></td>
        </tr>

        <tr>
            <td><a href="examples-barmodelmapper.html">Bar Chart from Model</a></td>
            <td><a href="examples-boxplotchart.html">Box-and-whiskers Chart</a></td>
        </tr>
        <tr>
            <td><a href="examples-barmodelmapper.html"><img src="images/examples_barmodelmapper.png" width="300" alt="Bar Chart from Model" /></a></td>
            <td><a href="examples-boxplotchart.html"><img src="images/examples_boxplotchart.png" width="300" alt="Bar Chart from Model" /></a></td>
        </tr>

        <tr>
            <td><a href="examples-customchart.html">Custom Chart</a></td>
            <td><a href="examples-datetimeaxis.html">DateTimeAxis Example</a></td>
        </tr>
        <tr>
            <td><a href="examples-customchart.html"><img src="images/examples_customchart.png" width="300" alt="Custom Chart" /></a></td>
            <td><a href="examples-datetimeaxis.html"><img src="images/examples_datetimeaxis.png" width="300" alt="DateTimeAxis Example" /></a></td>
        </tr>

        <tr>
            <td><a href="examples-donutbreakdown.html">Donut Breakdown Chart</a></td>
            <td><a href="examples-donutchart.html">Donut Chart</a></td>
        </tr>
        <tr>
            <td><a href="examples-donutbreakdown.html"><img src="images/examples_donutbreakdown.png" width="300" alt="Donut Breakdown Chart" /></a></td>
            <td><a href="examples-donutchart.html"><img src="images/examples_donutchart.png" width="300" alt="Donut Chart" /></a></td>
        </tr>

        <tr>
            <td><a href="examples-horizontalbarchart.html">Horizontal Bar Chart</a></td>
            <td><a href="examples-horizontalpercentbarchart.html">Horizontal Percent Bar Chart</a></td>
        </tr>
        <tr>
            <td><a href="examples-horizontalbarchart.html"><img src="images/examples_horizontalbarchart.png" width="300" alt="Horizontal Bar Chart" /></a></td>
            <td><a href="examples-horizontalpercentbarchart.html"><img src="images/examples_horizontalpercentbarchart.png" width="300" alt="Horizontal Percent Bar Chart" /></a></td>
        </tr>

        <tr>
            <td><a href="examples-horizontalstackedbarchart.html">Horizontal Stacked Bar Chart</a></td>
            <td><a href="examples-legend.html">Legend</a></td>
        </tr>
        <tr>
            <td><a href="examples-horizontalstackedbarchart.html"><img src="images/examples_horizontalstackedbarchart.png" width="300" alt="Horizontal Stacked Bar Chart" /></a></td>
            <td><a href="examples-legend.html"><img src="images/examples_legend_detach.png" width="300" alt="Legend" /></a></td>
        </tr>

        <tr>
            <td><a href="examples-legendmarkers.html">Legend Markers</a></td>
            <td><a href="examples-lineandbar.html">Line and Barchart</a></td>
        </tr>
        <tr>
            <td><a href="examples-legendmarkers.html"><img src="images/examples_legendmarkers.png" width="300" alt="Legend Markers" /></a></td>
            <td><a href="examples-lineandbar.html"><img src="images/examples_lineandbar.png" width="300" alt="Line and Barchart" /></a></td>
        </tr>

        <tr>
            <td><a href="examples-linechart.html">Line Chart</a></td>
            <td><a href="examples-logvalueaxis.html">Logarithmic axis</a></td>
        </tr>
        <tr>
            <td><a href="examples-linechart.html"><img src="images/examples_linechart.png" width="300" alt="Line Chart" /></a></td>
            <td><a href="examples-logvalueaxis.html"><img src="images/examples_logvalueaxis.png" width="300" alt="Logarythmix axis" /></a></td>
        </tr>

        <tr>
            <td><a href="examples-modeldata.html">Model Data</a></td>
            <td><a href="examples-multiaxis.html">Multiple axes</a></td>
        </tr>
        <tr>
            <td><a href="examples-modeldata.html"><img src="images/examples_modeldata.png" width="300" alt="Model Data" /></a></td>
            <td><a href="examples-multiaxis.html"><img src="images/examples_multiaxis.png" width="300" alt="Multiple axes" /></a></td>
        </tr>

        <tr>
            <td><a href="examples-percentbarchart.html">Percent Bar Chart</a></td>
            <td><a href="examples-piechart.html">Pie Chart</a></td>
        </tr>
        <tr>
            <td><a href="examples-percentbarchart.html"><img src="images/examples_percentbarchart.png" width="300" alt="Percent Bar Chart" /></a></td>
            <td><a href="examples-piechart.html"><img src="images/examples_piechart.png" width="300" alt="Pie Chart" /></a></td>
        </tr>

        <tr>
            <td><a href="examples-piechartdrilldown.html">Pie Chart Drilldown</a></td>
            <td><a href="examples-polarchart.html">Polar chart</a></td>
        </tr>
        <tr>
            <td><a href="examples-piechartdrilldown.html"><img src="images/examples_piechartdrill2.png" width="300" alt="Pie Chart Drilldown" /></a></td>
            <td><a href="examples-polarchart.html"><img src="images/examples_polarchart.png" width="300" alt="Polar chart" /></a></td>
        </tr>

        <tr>
            <td><a href="examples-scatterchart.html">Scatter chart</a></td>
            <td><a href="examples-scatterinteractions.html">Scatter Interactions</a></td>
        </tr>
        <tr>
            <td><a href="examples-scatterchart.html"><img src="images/examples_scatterchart.png" width="300" alt="Scatter chart" /></a></td>
            <td><a href="examples-scatterinteractions.html"><img src="images/examples_scatterinteractions.png" width="300" alt="Scatter Interactions" /></a></td>
        </tr>

        <tr>
            <td><a href="examples-splinechart.html">Spline Chart</a></td>
            <td><a href="examples-stackedbarchart.html">Stacked Bar Chart</a></td>
        </tr>
        <tr>
            <td><a href="examples-splinechart.html"><img src="images/examples_splinechart.png" width="300" alt="Spline Chart" /></a></td>
            <td><a href="examples-stackedbarchart.html"><img src="images/examples_stackedbarchart.png" width="300" alt="Stacked Bar Chart" /></a></td>
        </tr>

        <tr>
            <td><a href="examples-stackedbarchartdrilldown.html">Stacked Bar Chart Drilldown</a></td>
            <td><a href="examples-temperaturerecords.html">Temperature Records</a></td>
        </tr>
        <tr>
            <td><a href="examples-stackedbarchartdrilldown.html"><img src="images/examples_stackedbarchartdrilldown1.png" width="300" alt="Stacked Bar Chart Drilldown" /></a></td>
            <td><a href="examples-temperaturerecords.html"><img src="images/examples_temperaturerecords.png" width="300" alt="Temperature Records" /></a></td>
        </tr>

        <tr>
            <td><a href="examples-zoomlinechart.html">Zoom Line</a></td>
        </tr>
        <tr>
            <td><a href="examples-zoomlinechart.html"><img src="images/examples_zoomlinechart1.png" width="300" alt="Zoom Line" /></a></td>
        </tr>

    </table>
    </div>
    \endraw

*/