PySide6.QtCharts¶
A |
|||
B |
|||
C |
|||
D |
|||
H |
|||
L |
|||
P |
|||
S |
|||
V |
|||
X |
- QAbstractAxis
- QAbstractBarSeries
- QAbstractSeries
- QAreaLegendMarker
- QAreaSeries
- QBarCategoryAxis
- QBarLegendMarker
- QBarModelMapper
- QBarSeries
- QBarSet
- QBoxPlotLegendMarker
- QBoxPlotModelMapper
- QBoxPlotSeries
- QBoxSet
- QCandlestickLegendMarker
- QCandlestickModelMapper
- QCandlestickSeries
- QCandlestickSet
- QCategoryAxis
- QChart
- QChartView
- QDateTimeAxis
- QHBarModelMapper
- QHBoxPlotModelMapper
- QHCandlestickModelMapper
- QHPieModelMapper
- QHXYModelMapper
- QHorizontalBarSeries
- QHorizontalPercentBarSeries
- QHorizontalStackedBarSeries
- QLegend
- QLegendMarker
- QLineSeries
- QLogValueAxis
- QPercentBarSeries
- QPieLegendMarker
- QPieModelMapper
- QPieSeries
- QPieSlice
- QPolarChart
- QScatterSeries
- QSplineSeries
- QStackedBarSeries
- QVBarModelMapper
- QVBoxPlotModelMapper
- QVCandlestickModelMapper
- QVPieModelMapper
- QVXYModelMapper
- QValueAxis
- QXYLegendMarker
- QXYModelMapper
- QXYSeries
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 .
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.