BarDataProxy QML Type
三维条形图的数据代理。更多
Import Statement: | import QtDataVisualization 1.9 |
Since: | QtDataVisualization 1.0 |
In C++: | QBarDataProxy |
Inherits: | |
Inherited By: |
属性
- columnLabels : list
- rowCount : int
- rowLabels : list
- series : Bar3DSeries
详细说明
该类型通过Qt Quick 2 处理数据行的添加、插入、更改和删除。
该类型不可创建,但包含通过子类型公开的属性。
有关更完整的描述,请参见QBarDataProxy 。
另请参阅 ItemModelBarDataProxy 和Qt Data Visualization 数据处理。
属性文档
columnLabels : list |
数组的可选列标签。数组中的索引与行中的列索引相匹配。如果列表比最长行短,则所有列都不会获得标签。
rowCount : int |
数组中的行数。
rowLabels : list |
可选的数组行标签。该数组中的索引与数据数组中的行索引相匹配。如果列表短于行数,则所有行都不会获得标签。
series : Bar3DSeries |
该代理所连接的系列。
© 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.