##// END OF EJS Templates
Fix Charts documentation...
Fix Charts documentation The documentation structure is changed so that it can be generated with both Qt5 and Qt4. Also the erroneous VBarModelMapper is removed from VBoxPlotModelMapper documentation. Task-number: QTRD-2492, QTRD-2495 Change-Id: I45028915ca55f6ff1170db58518a8f08ac4158fb Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2639:2ce3423968b5
r2639:2ce3423968b5
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
\li \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
\li \inlineimage demos_qmlchart1.png
\endtable
\table
\row
\li \br
To create a chart with a line series:
\br
\br
\snippet ../demos/qmlchart/qml/qmlchart/View2.qml 1
\li \inlineimage demos_qmlchart2.png
\endtable
\table
\row
\li \br
And spline series:
\br
\br
\snippet ../demos/qmlchart/qml/qmlchart/View3.qml 1
\li \inlineimage demos_qmlchart3.png
\endtable
\table
\row
\li \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
\li \inlineimage demos_qmlchart4.png
\endtable
\table
\row
\li \br
Then a couple of scatter series:
\br
\br
\snippet ../demos/qmlchart/qml/qmlchart/View5.qml 1
\li \inlineimage demos_qmlchart5.png
\endtable
And a few different bar series:
\table
\row
\li \br
\br
\br
\snippet ../demos/qmlchart/qml/qmlchart/View6.qml 1
\li \inlineimage demos_qmlchart6.png
\endtable
\table
\row
\li \br
\br
\br
\snippet ../demos/qmlchart/qml/qmlchart/View7.qml 1
\li \inlineimage demos_qmlchart7.png
\endtable
\table
\row
\li \br
\br
\br
\snippet ../demos/qmlchart/qml/qmlchart/View8.qml 1
\li \inlineimage demos_qmlchart8.png
\endtable
\table
\row
\li \br
\br
\br
\snippet ../demos/qmlchart/qml/qmlchart/View9.qml 1
\li \inlineimage demos_qmlchart9.png
\endtable
\table
\row
\li \br
\br
\br
\snippet ../demos/qmlchart/qml/qmlchart/View10.qml 1
\li \inlineimage demos_qmlchart10.png
\endtable
\table
\row
\li \br
\br
\br
\snippet ../demos/qmlchart/qml/qmlchart/View11.qml 1
\li \inlineimage demos_qmlchart11.png
\endtable
\table
\row
\li \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
\li \inlineimage demos_qmlchart12.png
\endtable
*/