QHorizontalStackedBarSeries Class
QHorizontalStackedBarSeries クラスは、一連のデータを水平方向に積み重ねたバーとして表示します。詳細...
Header: | #include <QHorizontalStackedBarSeries> |
In QML: | HorizontalStackedBarSeries |
Inherits: | QAbstractBarSeries |
パブリック関数
QHorizontalStackedBarSeries(QObject *parent = nullptr) | |
virtual | ~QHorizontalStackedBarSeries() |
再実装パブリック関数
virtual QAbstractSeries::SeriesType | type() const override |
詳細説明
シリーズに追加された各バーセットは、それぞれの積み上げバーに1つのセグメントを寄与します。
水平積み上げ棒グラフの作成方法については、ウィジェット付きチャート・ギャラリーを参照してください。
QBarSet,QBarSeries,QPercentBarSeries,QAbstractBarSeries,QStackedBarSeries,QHorizontalPercentBarSeries, およびQHorizontalBarSeriesも参照 。
メンバー関数ドキュメント
[explicit]
QHorizontalStackedBarSeries::QHorizontalStackedBarSeries(QObject *parent = nullptr)
QObject 、parent の子である、空の水平積み重ね棒シリーズを構築する。
[virtual noexcept]
QHorizontalStackedBarSeries::~QHorizontalStackedBarSeries()
チャートから棒系列を削除する。
[override virtual]
QAbstractSeries::SeriesType QHorizontalStackedBarSeries::type() const
水平積み重ね棒シリーズを返します。
© 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.