BarDataProxy QML Type

3D棒グラフのデータプロキシ。詳細...

Import Statement: import QtDataVisualization 1.8
Since: QtDataVisualization 1.0
In C++: QBarDataProxy
Inherits:

AbstractDataProxy

Inherited By:

ItemModelBarDataProxy

プロパティ

詳細説明

この型は、データの行の追加、挿入、変更、削除をQt Quick 2 で処理する。

この型は作成不可能ですが、サブ型によって公開されるプロパティを含んでいます。

より詳細な説明については、QBarDataProxy を参照。

ItemModelBarDataProxy およびQt Data Visualization データ処理も参照のこと

プロパティの説明

columnLabels : list

配列の列ラベル。この配列のインデックスは、行のカラムインデックスと一致します。リストが最長の行よりも短い場合は、すべての列にラベルが付与されません。


rowCount : int [read-only]

配列の行数。


rowLabels : list

オプションの行ラベル。この配列のインデックスは、データ配列の行インデックスと一致する。リストが行数よりも短い場合は、すべての行にラベルは付与されません。


series : Bar3DSeries [read-only]

このプロキシがアタッチされているシリーズ。


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