aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/extras/QtCharts.rst
blob: 8ff2a03864b64653614b277122c20aad6fafc74b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
The Qt Charts module provides a set of easy-to-use chart components. It uses
the Qt Graphics View Framework to integrate charts with modern user interfaces.
Qt Charts can be used as QWidgets,
:class:`QGraphicsWidget<PySide6.QtWidgets.QGraphicsWidget>` , or QML types.
Users can easily create impressive charts by selecting one of the themes.

Getting Started
^^^^^^^^^^^^^^^

To include the definitions of modules classes, use the following
directive:

    ::

        from PySide6 import QtCharts

The module also provides `QML types <https://doc.qt.io/qt-6/qtcharts-qmlmodule.html>`_ .