QHorizontalStackedBarSeries Class
Die Klasse QHorizontalStackedBarSeries stellt eine Reihe von Daten als horizontal gestapelte Balken dar, mit einem Balken pro Kategorie. Mehr...
Header: | #include <QHorizontalStackedBarSeries> |
In QML: | HorizontalStackedBarSeries |
Inherits: | QAbstractBarSeries |
Öffentliche Funktionen
QHorizontalStackedBarSeries(QObject *parent = nullptr) | |
virtual | ~QHorizontalStackedBarSeries() |
Reimplementierte öffentliche Funktionen
virtual QAbstractSeries::SeriesType | type() const override |
Detaillierte Beschreibung
Jeder zur Serie hinzugefügte Balkensatz trägt ein einzelnes Segment zu jedem gestapelten Balken bei.
In der Galerie Diagramme mit Widgets erfahren Sie, wie Sie ein horizontales gestapeltes Balkendiagramm erstellen können.
Siehe auch QBarSet, QBarSeries, QPercentBarSeries, QAbstractBarSeries, QStackedBarSeries, QHorizontalPercentBarSeries, und QHorizontalBarSeries.
Dokumentation der Mitgliederfunktionen
[explicit]
QHorizontalStackedBarSeries::QHorizontalStackedBarSeries(QObject *parent = nullptr)
Konstruiert eine leere horizontale gestapelte Balkenreihe, die eine QObject und ein Kind von parent ist.
[virtual noexcept]
QHorizontalStackedBarSeries::~QHorizontalStackedBarSeries()
Entfernt die Balkenreihe aus dem Diagramm.
[override virtual]
QAbstractSeries::SeriesType QHorizontalStackedBarSeries::type() const
Reimplantiert eine Zugriffsfunktion für die Eigenschaft: QAbstractSeries::type.
Gibt die horizontale gestapelte Balkenreihe zurück.
© 2025 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.