QStackedBarSeries Class
QStackedBarSeries クラスは、一連のデータを垂直方向に積み重ねたバーとして表示します。詳細...
Header: | #include <QStackedBarSeries> |
In QML: | StackedBarSeries |
Inherits: | QAbstractBarSeries |
パブリック関数
QStackedBarSeries(QObject *parent = nullptr) | |
virtual | ~QStackedBarSeries() |
再実装パブリック関数
virtual QAbstractSeries::SeriesType | type() const override |
QBarSet,QPercentBarSeries,QAbstractBarSeriesも参照してください 。
メンバ関数ドキュメント
[explicit]
QStackedBarSeries::QStackedBarSeries(QObject *parent = nullptr)
parent の子であり、QObject である空のバー・シリーズを構築する。
[virtual noexcept]
QStackedBarSeries::~QStackedBarSeries()
チャートから棒グラフを削除する。
[override virtual]
QAbstractSeries::SeriesType QStackedBarSeries::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.