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 을 참조하세요.

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