##// END OF EJS Templates
Added missing doc files
Tero Ahola -
r2028:ed7a97e05f66
parent child
Show More
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
@@ -0,0 +1,38
1 /*!
2 \example demos/qmlaxes
3 \title Qml Axes
4 \subtitle
5
6 This is a demonstration of how to use axes in your QML application.
7
8 \table
9 \row
10 \o \br
11 We begin with a chart that has a line series and a scatter series with random
12 data. Both series' use the same axes.
13 \br
14 \br
15 \snippet ../demos/qmlaxes/qml/qmlaxes/View1.qml 1
16 \o \inlineimage demos_qmlaxes1.png
17 \endtable
18
19 \table
20 \row
21 \o \br
22 Then a chart with some accurate historical data that makes us to use a DateTimeAxis.
23 \br
24 \br
25 \snippet ../demos/qmlaxes/qml/qmlaxes/View2.qml 1
26 \o \inlineimage demos_qmlaxes2.png
27 \endtable
28
29 \table
30 \row
31 \o \br
32 And finally a chart that uses a CategoryAxis to make the data easier to understand.
33 \br
34 \br
35 \snippet ../demos/qmlaxes/qml/qmlaxes/View3.qml 1
36 \o \inlineimage demos_qmlaxes3.png
37 \endtable
38 */
General Comments 0
You need to be logged in to leave comments. Login now