##// END OF EJS Templates
Fix Charts QML api auto test...
Fix Charts QML api auto test Charts QML api auto tests, qml-qtquicktest, has been fixed so that the tests are runnable with Qt5 / QtQuick 2.0. Task-number: QTRD-1692 Change-Id: I8e1e52781570cde413fab7f511cce17ab91e20d3 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2610:66fa88d10640
r2638:c98d8af1763d
Show More
demos-qmlchart.qdoc
118 lines | 3.2 KiB | text/plain | TextLexer
/ doc / src / demos-qmlchart.qdoc
/*!
\example demos/qmlchart
\title Qml charts demo
\subtitle
This basic demonstration shows how to use the different chart types by using qml. Creating each chart type begins
with the creation of a ChartView.
\table
\row
\o \br
To create a pie, we use the PieSeries API together with a few PieSlices:
\br
\br
\snippet ../demos/qmlchart/qml/qmlchart/View1.qml 1
\o \inlineimage demos_qmlchart1.png
\endtable
\table
\row
\o \br
To create a chart with a line series:
\br
\br
\snippet ../demos/qmlchart/qml/qmlchart/View2.qml 1
\o \inlineimage demos_qmlchart2.png
\endtable
\table
\row
\o \br
And spline series:
\br
\br
\snippet ../demos/qmlchart/qml/qmlchart/View3.qml 1
\o \inlineimage demos_qmlchart3.png
\endtable
\table
\row
\o \br
Then we create a chart that illustrates the NHL All-Star player selections by using three area series:
\br
\br
\snippet ../demos/qmlchart/qml/qmlchart/View4.qml 1
\o \inlineimage demos_qmlchart4.png
\endtable
\table
\row
\o \br
Then a couple of scatter series:
\br
\br
\snippet ../demos/qmlchart/qml/qmlchart/View5.qml 1
\o \inlineimage demos_qmlchart5.png
\endtable
And a few different bar series:
\table
\row
\o \br
\br
\br
\snippet ../demos/qmlchart/qml/qmlchart/View6.qml 1
\o \inlineimage demos_qmlchart6.png
\endtable
\table
\row
\o \br
\br
\br
\snippet ../demos/qmlchart/qml/qmlchart/View7.qml 1
\o \inlineimage demos_qmlchart7.png
\endtable
\table
\row
\o \br
\br
\br
\snippet ../demos/qmlchart/qml/qmlchart/View8.qml 1
\o \inlineimage demos_qmlchart8.png
\endtable
\table
\row
\o \br
\br
\br
\snippet ../demos/qmlchart/qml/qmlchart/View9.qml 1
\o \inlineimage demos_qmlchart9.png
\endtable
\table
\row
\o \br
\br
\br
\snippet ../demos/qmlchart/qml/qmlchart/View10.qml 1
\o \inlineimage demos_qmlchart10.png
\endtable
\table
\row
\o \br
\br
\br
\snippet ../demos/qmlchart/qml/qmlchart/View11.qml 1
\o \inlineimage demos_qmlchart11.png
\endtable
\table
\row
\o \br
And finally an example demonstrating how to create a donut chart with two pie series:
\br
\br
\snippet ../demos/qmlchart/qml/qmlchart/View12.qml 1
\o \inlineimage demos_qmlchart12.png
\endtable
*/