class QScatter3DSeries#

Inheritance diagram of PySide6.QtGraphs.QScatter3DSeries

Synopsis#

Properties#

Methods#

Signals#

Static functions#

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#

Note

Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.

property dataProxyᅟ: QScatterDataProxy#
Access functions:
property itemSizeᅟ: float#
Access functions:
property selectedItemᅟ: int#
Access functions:
__init__([parent=None])#
Parameters:

parentQObject

__init__(dataProxy[, parent=None])
Parameters:
dataProxy()#
Return type:

QScatterDataProxy

Getter of property dataProxyᅟ .

dataProxyChanged(proxy)#
Parameters:

proxyQScatterDataProxy

Notification signal of property dataProxyᅟ .

static invalidSelectionIndex()#
Return type:

int

itemSize()#
Return type:

float

Getter of property itemSizeᅟ .

itemSizeChanged(size)#
Parameters:

size – float

Notification signal of property itemSizeᅟ .

selectedItem()#
Return type:

int

Getter of property selectedItemᅟ .

selectedItemChanged(index)#
Parameters:

index – int

Notification signal of property selectedItemᅟ .

setDataProxy(proxy)#
Parameters:

proxyQScatterDataProxy

Setter of property dataProxyᅟ .

setItemSize(size)#
Parameters:

size – float

Setter of property itemSizeᅟ .

setSelectedItem(index)#
Parameters:

index – int

Setter of property selectedItemᅟ .