PySide6.QtCharts¶
- PySide6.QtCharts.QAbstractBarSeries
- PySide6.QtCharts.QAreaLegendMarker
- PySide6.QtCharts.QBarLegendMarker
- PySide6.QtCharts.QBoxPlotLegendMarker
- PySide6.QtCharts.QBoxPlotModelMapper
- PySide6.QtCharts.QBoxPlotSeries
- PySide6.QtCharts.QBoxSet
- PySide6.QtCharts.QCandlestickLegendMarker
- PySide6.QtCharts.QCandlestickModelMapper
- PySide6.QtCharts.QCandlestickSeries
- PySide6.QtCharts.QCandlestickSet
- PySide6.QtCharts.QCategoryAxis
- PySide6.QtCharts.QChart
- PySide6.QtCharts.QChartView
- PySide6.QtCharts.QColorAxis
- PySide6.QtCharts.QHBarModelMapper
- PySide6.QtCharts.QHBoxPlotModelMapper
- PySide6.QtCharts.QHCandlestickModelMapper
- PySide6.QtCharts.QHPieModelMapper
- PySide6.QtCharts.QHXYModelMapper
- PySide6.QtCharts.QHorizontalBarSeries
- PySide6.QtCharts.QHorizontalPercentBarSeries
- PySide6.QtCharts.QHorizontalStackedBarSeries
- PySide6.QtCharts.QLegend
- PySide6.QtCharts.QLegendMarker
- PySide6.QtCharts.QLogValueAxis
- PySide6.QtCharts.QPercentBarSeries
- PySide6.QtCharts.QPieLegendMarker
- PySide6.QtCharts.QPolarChart
- PySide6.QtCharts.QStackedBarSeries
- PySide6.QtCharts.QVBarModelMapper
- PySide6.QtCharts.QVBoxPlotModelMapper
- PySide6.QtCharts.QVCandlestickModelMapper
- PySide6.QtCharts.QVPieModelMapper
- PySide6.QtCharts.QVXYModelMapper
- PySide6.QtCharts.QXYLegendMarker
Detailed Description¶
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,
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 .
Note
An instance of QApplication is required for the QML types as the module depends on Qt’s l{Graphics View Framework} for rendering. QGuiApplication is not sufficient.
List of Classes¶
A |
|||
B |
|||
C |
|||
H |
|||
L |
|||
P |
|||
S |
|||
V |
|||
X |