SurfaceDataProxy QML Type

Der Daten-Proxy für ein 3D-Oberflächendiagramm. Mehr...

Import Statement: import QtDataVisualization 1.8
Since: QtDataVisualization 1.0
In C++: QSurfaceDataProxy
Inherits:

AbstractDataProxy

Inherited By:

HeightMapSurfaceDataProxy and ItemModelSurfaceDataProxy

Eigenschaften

Detaillierte Beschreibung

Dieser Typ behandelt Oberflächendaten. Die Daten sind in Zeilen und Spalten angeordnet, wobei alle Zeilen die gleiche Anzahl von Spalten haben müssen.

Dieser Typ kann nicht erstellt werden, enthält aber Eigenschaften, die über Subtypen zugänglich sind.

Eine ausführlichere Beschreibung finden Sie unter QSurfaceDataProxy.

Siehe auch ItemModelSurfaceDataProxy und Qt Data Visualization Datenverarbeitung.

Eigenschaft Dokumentation

columnCount : int [read-only]

Die Anzahl der Spalten im Datenarray.


rowCount : int [read-only]

Die Anzahl der Zeilen im Daten-Array.


series : Surface3DSeries [read-only]

Die Serie, der dieses Proxy zugeordnet ist.


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