QBarSeries Class

QBarSeries クラスは、一連のデータをカテゴリ別にグループ化された縦棒として表示します。詳細...

Header: #include <QBarSeries>
In QML: BarSeries
Inherits: QAbstractBarSeries

パブリック関数

QBarSeries(QObject *parent = nullptr)
virtual ~QBarSeries()

再実装パブリック関数

virtual QAbstractSeries::SeriesType type() const override

詳細説明

このクラスは、カテゴリごとにグループ化された縦棒の系列としてデータを描画します。

グループ化された棒グラフの作成方法については、棒グラフの例を参照してください。

QBarSet,QPercentBarSeries,QAbstractBarSeries, およびQStackedBarSeriesも参照

メンバ関数ドキュメント

[explicit] QBarSeries::QBarSeries(QObject *parent = nullptr)

parent の子であり、QObject である空のバー・シリーズを構築する。

[virtual noexcept] QBarSeries::~QBarSeries()

チャートから棒系列を削除する。

[override virtual] QAbstractSeries::SeriesType QBarSeries::type() const

QAbstractSeries::type

バー系列を返します。

© 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.