SurfaceDataProxy QML Type
El proxy de datos para un gráfico de superficie 3D. Más...
| Import Statement: | import QtDataVisualization 1.11 |
| Since: | QtDataVisualization 1.0 |
| In C++: | QSurfaceDataProxy |
| Inherits: | |
| Inherited By: |
Propiedades
- columnCount : int
- rowCount : int
- series : Surface3DSeries
Descripción detallada
Este tipo maneja elementos de datos de superficie. Los datos se organizan en filas y columnas, y todas las filas deben tener el mismo número de columnas.
Este tipo no se puede crear, pero contiene propiedades que se exponen a través de subtipos.
Para una descripción más completa, véase QSurfaceDataProxy.
Véase también ItemModelSurfaceDataProxy y Qt Data Visualization Manejo de datos.
Documentación de propiedades
columnCount : int [read-only]
El número de columnas de la matriz de datos.
rowCount : int [read-only]
El número de filas de la matriz de datos.
series : Surface3DSeries [read-only]
La serie a la que pertenece este apoderado.
© 2026 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.