/*! \page qml.html \title QtCommercial Charts QML API \keyword Charts QML API QtCommercial Charts QML API is an intuitive and simple way to show charts in your QML applications. \table \row \o \br Use the following QML to create a simple pie chart: \br \br \snippet ../examples/qmlpiechart/qml/qmlpiechart/main.qml 1 \snippet ../examples/qmlpiechart/qml/qmlpiechart/main.qml 2 \snippet ../examples/qmlpiechart/qml/qmlpiechart/main.qml 3 \o \inlineimage examples_qmlpiechart.png \endtable \note Since QtCommercial Charts utilizes Qt Graphics View Framework for drawing, it works best with QtQuick 1, which is based on the same framework. As of release 1.3.0, QtCommercial Charts is also usable with QtQuick 2, though the performance is slightly worse than with QtQuick 1. Also, hovered and clicked signals of series do not work with QtQuick 2. \raw HTML
ChartView and it's properties
XY chart
Pie chart
Bar chart
\endraw */