##// END OF EJS Templates
review fix: Removed iterator from barseries. Remove const from brush and pen. Renamed setters for tooltip, floating values and separators
review fix: Removed iterator from barseries. Remove const from brush and pen. Renamed setters for tooltip, floating values and separators

File last commit:

r336:dd25dfe23960
r357:82b904eaae07
Show More
index.qdoc
29 lines | 1.1 KiB | text/plain | TextLexer
/*!
\page index.html
\keyword About
\raw HTML
<div class="qchart">
<img src="images/qt_commercial_logo.png" alt="qtcommercial"/>
<p>
QCharts is a part of Qt Commercial addons package. It provides a set of simple chart components which are available for Qt Commercial customers.
It uses Qt Graphics View Framework, therefore charts can be easily integrated 2D modern user interfaces. QCharts can be used as QWidgets, QGraphicsWidget or QML elements.
Users can easily create impressive graphs by selecting one of the charts themes.
</p>
<table><tr>
<td><img src="images/linechart.png" alt="linechart" /></td>
<td><img src="images/chartview_example_bar.jpg " alt="barchart" /></td>
<td><img src="images/chartview_example_pie.jpg " alt="piechart" /></td>
</tr>
<tr>
<td><img src="images/chartview_example.jpg " alt="linechart" /></td>
<td><img src="images/chartview_example_scatter.jpg " alt="scatterchart" /></td>
<td><img src="images/chartview_example_theme.jpg " alt="themechart" /></td>
</tr>
</table>
</div>
\endraw
*/