##// 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-qmlpolarchart.qdoc
33 lines | 1.2 KiB | text/plain | TextLexer
/ doc / src / demos-qmlpolarchart.qdoc
Miikka Heikkinen
Add Polar chart support...
r2483 /*!
\example demos/qmlpolarchart
\title Qml Polar Chart
\subtitle
Nico Vertriest
Doc: language review of Qt Charts doc...
r2610 This is a demonstration on how to use a polar chart in your QML application.
Miikka Heikkinen
Add Polar chart support...
r2483
\table
\row
\o \br
We begin with a chart that has a spline series and a scatter series with random
data. Both series use the same axes.
\br
\br
\snippet ../demos/qmlpolarchart/qml/qmlpolarchart/View1.qml 1
\o \inlineimage demos_qmlpolarchart1.png
\row
\o \br
Nico Vertriest
Doc: language review of Qt Charts doc...
r2610 The next example shows a chart with some accurate historical data for which we need to use a DateTimeAxis
and a AreaSeries.
Miikka Heikkinen
Add Polar chart support...
r2483 \br
\br
\snippet ../demos/qmlpolarchart/qml/qmlpolarchart/View2.qml 1
\o \inlineimage demos_qmlpolarchart2.png
\row
\o \br
And the final example with a chart that uses a CategoryAxis to make the data easier to understand.
\br
\br
\snippet ../demos/qmlpolarchart/qml/qmlpolarchart/View3.qml 1
\o \inlineimage demos_qmlpolarchart3.png
\endtable
*/