QAbstractDataProxy#
The QAbstractDataProxy
class is a base class for all data visualization data proxies. More…
Inherited by: QSurfaceDataProxy, QItemModelSurfaceDataProxy, QHeightMapSurfaceDataProxy, QScatterDataProxy, QItemModelScatterDataProxy, QBarDataProxy, QItemModelBarDataProxy
Synopsis#
Properties#
type
- Data type of the proxy
Functions#
def
type
()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description#
The following visualization type specific inherited classes are used instead of the base class: QBarDataProxy
, QScatterDataProxy
, and QSurfaceDataProxy
.
For more information, see Qt Data Visualization Data Handling .
- class PySide6.QtDataVisualization.QAbstractDataProxy#
Note
Properties can be used directly when from __feature__ import true_property
is used or via accessor functions otherwise.
- property PᅟySide6.QtDataVisualization.QAbstractDataProxy.type: DataType#
This property holds The data type of the proxy..
- Access functions:
type
()
- PySide6.QtDataVisualization.QAbstractDataProxy.DataType#
This enum type specifies the data type of the proxy.
Constant
Description
QAbstractDataProxy.DataTypeNone
No data type.
QAbstractDataProxy.DataTypeBar
Data type for
Q3DBars
.QAbstractDataProxy.DataTypeScatter
Data type for
Q3DScatter
.QAbstractDataProxy.DataTypeSurface
Data type for
Q3DSurface
.
Getter of property type
.