QHorizontalBarSeries Class

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

Header: #include <QHorizontalBarSeries>
In QML: HorizontalBarSeries
Inherits: QAbstractBarSeries

パブリック関数

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

再実装パブリック関数

virtual QAbstractSeries::SeriesType type() const override

詳細説明

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

横棒グラフの作成方法については、ウィジェットギャラリーを参照してください。

QBarSet,QBarSeries,QPercentBarSeries,QAbstractBarSeries,QStackedBarSeries,QHorizontalStackedBarSeries, およびQHorizontalPercentBarSeriesも参照して ください。

メンバー関数ドキュメント

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

QObjectparent の子である空の横棒シリーズを構築する。

[virtual noexcept] QHorizontalBarSeries::~QHorizontalBarSeries()

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

[override virtual] QAbstractSeries::SeriesType QHorizontalBarSeries::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.