qml.qdoc
80 lines
| 3.6 KiB
| text/plain
|
TextLexer
Tero Ahola
|
r1443 | /*! | ||
\page qml.html | ||||
\title QtCommercial Charts QML API | ||||
\keyword Charts QML API | ||||
Tero Ahola
|
r1469 | QtCommercial Charts QML API is an intuitive and simple way to show charts in your QML | ||
Tero Ahola
|
r1475 | applications. The following QML shows you to create a simple pie chart: | ||
Tero Ahola
|
r1469 | \snippet ../examples/qmlpiechart/qml/qmlpiechart/main.qml 1 | ||
Tero Ahola
|
r1470 | \snippet ../examples/qmlpiechart/qml/qmlpiechart/main.qml 2 | ||
\snippet ../examples/qmlpiechart/qml/qmlpiechart/main.qml 3 | ||||
Tero Ahola
|
r1469 | |||
Tero Ahola
|
r1443 | \raw HTML | ||
Tero Ahola
|
r1469 | <table cellpadding="2" cellspacing="1" border="0" width="95%" class="indextable"> | ||
<tr> | ||||
<th class="titleheader" width="25%"> ChartView and it's properties </th> | ||||
</tr> | ||||
<tr> | ||||
<td valign="top"> | ||||
<ul> | ||||
<li><a href="qml-chartview.html">ChartView</a></li> | ||||
sauimone
|
r1639 | <li><a href="qml-abstractaxis.html">AbstractAxis</a></li> | ||
<li><a href="qml-valuesaxis.html">ValuesAxis</a></li> | ||||
<li><a href="qml-barcategoriesaxis.html">BarCategoriesAxis</a></li> | ||||
Tero Ahola
|
r1469 | <li><a href="qml-legend.html">Legend</a></li> | ||
Tero Ahola
|
r1521 | <li><a href="qml-abstractseries.html">AbstractSeries</a></li> | ||
Tero Ahola
|
r1469 | </ul> | ||
</td> | ||||
</tr> | ||||
</table> | ||||
<table cellpadding="2" cellspacing="1" border="0" width="95%" class="indextable"> | ||||
<tr> | ||||
<th class="titleheader" width="25%"> XY chart </th> | ||||
</tr> | ||||
<tr> | ||||
<td valign="top"> | ||||
<ul> | ||||
Tero Ahola
|
r1521 | <li><a href="qml-xyseries.html">XYSeries</a></li> | ||
Tero Ahola
|
r1469 | <li><a href="qml-lineseries.html">LineSeries</a></li> | ||
<li><a href="qml-areaseries.html">AreaSeries</a></li> | ||||
<li><a href="qml-scatterseries.html">ScatterSeries</a></li> | ||||
<li><a href="qml-splineseries.html">SplineSeries</a></li> | ||||
Tero Ahola
|
r1532 | <li><a href="qml-xypoint.html">XYPoint</a></li> | ||
Tero Ahola
|
r1492 | <li><a href="qml-hxymodelmapper.html">HXYModelMapper</a></li> | ||
<li><a href="qml-vxymodelmapper.html">VXYModelMapper</a></li> | ||||
Tero Ahola
|
r1469 | </ul> | ||
</td> | ||||
</tr> | ||||
</table> | ||||
<table cellpadding="2" cellspacing="1" border="0" width="95%" class="indextable"> | ||||
<tr> | ||||
<th class="titleheader" width="25%"> Pie chart </th> | ||||
<tr> | ||||
<td valign="top"> | ||||
<ul> | ||||
<li><a href="qml-pieseries.html">PieSeries</a></li> | ||||
<li><a href="qml-pieslice.html">PieSlice</a></li> | ||||
Tero Ahola
|
r1492 | <li><a href="qml-hpiemodelmapper.html">HPieModelMapper</a></li> | ||
<li><a href="qml-vpiemodelmapper.html">VPieModelMapper</a></li> | ||||
Tero Ahola
|
r1469 | </ul> | ||
</td> | ||||
</tr> | ||||
</table> | ||||
<table cellpadding="2" cellspacing="1" border="0" width="95%" class="indextable"> | ||||
<tr> | ||||
<th class="titleheader" width="25%"> Bar chart </th> | ||||
<tr> | ||||
<td valign="top"> | ||||
<ul> | ||||
<li><a href="qml-barseries.html">BarSeries</a></li> | ||||
<li><a href="qml-stackedbarseries.html">StackedBarSeries</a></li> | ||||
<li><a href="qml-percentbarseries.html">PercentBarSeries</a></li> | ||||
<li><a href="qml-barset.html">BarSet</a></li> | ||||
Tero Ahola
|
r1492 | <li><a href="qml-hbarmodelmapper.html">HBarModelMapper</a></li> | ||
<li><a href="qml-vbarmodelmapper.html">VBarModelMapper</a></li> | ||||
Tero Ahola
|
r1469 | </ul> | ||
</td> | ||||
</tr> | ||||
</table> | ||||
\endraw | ||||
Tero Ahola
|
r1443 | */ | ||