##// END OF EJS Templates
Add Polar chart support...
Add Polar chart support This commit also heavily refactors things as polar chart needs separate implementation of various classes that previously only needed one, such as ChartAxis and ChartLayout. Task-number: QTRD-1757 Change-Id: I3d3db23920314987ceef3ae92879960b833b7136 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2483:f494279b6366
r2483:f494279b6366
Show More
demos-qmlpolarchart.qdoc
33 lines | 1.2 KiB | text/plain | TextLexer
/ doc / src / demos-qmlpolarchart.qdoc
/*!
\example demos/qmlpolarchart
\title Qml Polar Chart
\subtitle
This is a demonstration of how to use polar chart in your QML application.
\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
The next example shows a chart with some accurate historical data that makes us to use a DateTimeAxis
and AreaSeries.
\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
*/