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.