SurfaceDataProxy QML Type
3D 표면 그래프를 위한 데이터 프록시입니다. 더 보기...
Import Statement: | import QtDataVisualization 1.8 |
Since: | QtDataVisualization 1.0 |
In C++: | QSurfaceDataProxy |
Inherits: | |
Inherited By: |
속성
- columnCount : int
- rowCount : int
- series : Surface3DSeries
상세 설명
이 유형은 표면 데이터 항목을 처리합니다. 데이터는 행과 열로 배열되며 모든 행의 열 개수는 같아야 합니다.
이 유형은 만들 수 없지만 하위 유형을 통해 노출되는 속성을 포함합니다.
자세한 설명은 QSurfaceDataProxy 을 참조하세요.
ItemModelSurfaceDataProxy 및 Qt Data Visualization 데이터 처리도참조하세요 .
속성 문서
columnCount : int |
데이터 배열의 열 수입니다.
rowCount : int |
데이터 배열의 행 수입니다.
series : Surface3DSeries |
이 프록시가 연결된 시리즈입니다.
© 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.