##// END OF EJS Templates
BarSeries API can now be used when the series is used with BarModelMapper
BarSeries API can now be used when the series is used with BarModelMapper

File last commit:

r1392:5379c05bf653
r1435:5560f4cf8e35
Show More
demos.qdoc
29 lines | 1.0 KiB | text/plain | TextLexer
Jani Honkonen
Add demos to docs
r921 /*!
\page demos.html
\title Demos
\keyword Demos
\raw HTML
<table cellpadding="2" cellspacing="1" border="0" width="100%" class="indextable">
<tr>
<th class="titleheader" width="33%">
List of demos
</th>
</tr>
<tr>
<td valign="top">
<ul>
<li><a href="demos-chartthemes.html">Chart themes</a></li>
<li><a href="demos-piechartcustomization.html">Pie chart customization</a></li>
Jani Honkonen
Move dynamicspline under demos
r982 <li><a href="demos-dynamicspline.html">Dynamic spline chart</a></li>
Tero Ahola
Documentation for QML Weather demo app
r1225 <li><a href="demos-qmlchart.html">Qml Basic Charts</a></li>
Tero Ahola
Documentation for Qml customizations demo
r1392 <li><a href="demos-qmlcustomizations.html">Qml Customizations</a></li>
Tero Ahola
Documentation for QML Weather demo app
r1225 <li><a href="demos-qmlweather.html">Qml Weather</a></li>
Tero Ahola
Documentation for Qml F1 Legends demo
r1391 <li><a href="demos-qmlf1legends.html">Qml F1 Legends</a></li>
Tero Ahola
Documentation for QML custom model demo
r1385 <li><a href="demos-qmlcustommodel.html">Qml Custom Model</a></li>
Jani Honkonen
Add demos to docs
r921 </ul>
</td>
</tr>
</table>
\endraw
*/