summaryrefslogtreecommitdiffstats
path: root/src/charts/doc/src/examples-qmlaxes.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/charts/doc/src/examples-qmlaxes.qdoc')
-rw-r--r--src/charts/doc/src/examples-qmlaxes.qdoc32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/charts/doc/src/examples-qmlaxes.qdoc b/src/charts/doc/src/examples-qmlaxes.qdoc
new file mode 100644
index 00000000..88ab61fc
--- /dev/null
+++ b/src/charts/doc/src/examples-qmlaxes.qdoc
@@ -0,0 +1,32 @@
+/*!
+ \example qmlaxes
+ \title Qml Axes
+ \ingroup qtcharts_examples
+
+ \brief This is a demonstration of how to use axes in your QML application.
+
+ \table
+ \row
+ \li \br
+ We begin with a chart that has a line series and a scatter series with random
+ data. Both series use the same axes.
+ \br
+ \br
+ \snippet qmlaxes/qml/qmlaxes/View1.qml 1
+ \li \inlineimage examples_qmlaxes1.png
+ \row
+ \li \br
+ The next example shows a chart with some accurate historical data that makes us to use a DateTimeAxis.
+ \br
+ \br
+ \snippet qmlaxes/qml/qmlaxes/View2.qml 1
+ \li \inlineimage examples_qmlaxes2.png
+ \row
+ \li \br
+ And the final example with a chart that uses a CategoryAxis to make the data easier to understand.
+ \br
+ \br
+ \snippet qmlaxes/qml/qmlaxes/View3.qml 1
+ \li \inlineimage examples_qmlaxes3.png
+ \endtable
+*/