PySide6.QtCharts¶
QAbstractBarSeries
QAreaLegendMarker
QBarLegendMarker
QBoxPlotLegendMarker
QBoxPlotModelMapper
QBoxPlotSeries
QBoxSet
QCandlestickLegendMarker
QCandlestickModelMapper
QCandlestickSeries
QCandlestickSet
QCategoryAxis
QChart
QChartView
QColorAxis
QHBarModelMapper
QHBoxPlotModelMapper
QHCandlestickModelMapper
QHPieModelMapper
QHXYModelMapper
QHorizontalBarSeries
QHorizontalPercentBarSeries
QHorizontalStackedBarSeries
QLegend
QLegendMarker
QLogValueAxis
QPercentBarSeries
QPieLegendMarker
QPolarChart
QStackedBarSeries
QVBarModelMapper
QVBoxPlotModelMapper
QVCandlestickModelMapper
QVPieModelMapper
QVXYModelMapper
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 |