summaryrefslogtreecommitdiffstats
path: root/doc/src/demos-qmlaxes.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/demos-qmlaxes.qdoc')
-rw-r--r--doc/src/demos-qmlaxes.qdoc32
1 files changed, 0 insertions, 32 deletions
diff --git a/doc/src/demos-qmlaxes.qdoc b/doc/src/demos-qmlaxes.qdoc
deleted file mode 100644
index 155dd748..00000000
--- a/doc/src/demos-qmlaxes.qdoc
+++ /dev/null
@@ -1,32 +0,0 @@
-/*!
- \example demos/qmlaxes
- \title Qml Axes
- \subtitle
-
- 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 ../demos/qmlaxes/qml/qmlaxes/View1.qml 1
- \li \inlineimage demos_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 ../demos/qmlaxes/qml/qmlaxes/View2.qml 1
- \li \inlineimage demos_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 ../demos/qmlaxes/qml/qmlaxes/View3.qml 1
- \li \inlineimage demos_qmlaxes3.png
- \endtable
-*/