##// 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:

r1369:0f97f496fd67
r1435:5560f4cf8e35
Show More
examples.qdoc
39 lines | 1.8 KiB | text/plain | TextLexer
Michal Klocek
Refactor documentation...
r330 /*!
\page examples.html
\title Examples
\keyword Examples
\raw HTML
<table cellpadding="2" cellspacing="1" border="0" width="100%" class="indextable">
<tr>
<th class="titleheader" width="33%">
List of examples
</th>
</tr>
<tr>
<td valign="top">
<ul>
Jani Honkonen
Add demos to docs
r921 <li><a href="examples-areachart.html">Area chart</a></li>
<li><a href="examples-barchart.html">Bar chart</a></li>
<li><a href="examples-customchart.html">Custom chart</a></li>
sauimone
Fixed category handling of barcharts. Now the categories can be undefined. Updated documentation.
r1208 <li><a href="examples-groupedbarchart.html">Grouped bar chart</a></li>
sauimone
legend example to documentation. minor legend fixes
r1300 <li><a href="examples-legend.html">Legend</a></li>
Tero Ahola
Documentation front page
r979 <li><a href="examples-linechart.html">Line chart</a></li>
Jani Honkonen
Add demos to docs
r921 <li><a href="examples-modeldata.html">Model data</a></li>
Marek Rosa
Added documentation for BarModelMapper example
r1369 <li><a href="examples-barmodelmapper.html">Bar chart from model</a></li>
Jani Honkonen
Add demos to docs
r921 <li><a href="examples-percentbarchart.html">Percent bar chart</a></li>
<li><a href="examples-piechart.html">Pie chart</a></li>
<li><a href="examples-piechartdrilldown.html">Pie chart drilldown</a></li>
<li><a href="examples-presenterchart.html">Presenter chart</a></li>
<li><a href="examples-scatterchart.html">Scatter chart</a></li>
<li><a href="examples-scatterinteractions.html">Scatter interactions</a></li>
<li><a href="examples-splinechart.html">Spline chart</a></li>
<li><a href="examples-stackedbarchart.html">Stacked bar chart</a></li>
<li><a href="examples-stackedbarchartdrilldown.html">Stacked bar chart drilldown</a></li>
<li><a href="examples-zoomlinechart.html">Zoom line</a></li>
Michal Klocek
Refactor documentation...
r330 </ul>
</td>
</tr>
</table>
\endraw
*/