Q3DScatter#

Inheritance diagram of PySide6.QtGraphs.Q3DScatter

Synopsis#

Properties#

Functions#

Signals#

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#

class PySide6.QtGraphs.Q3DScatter#

Note

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

property PᅟySide6.QtGraphs.Q3DScatter.axisX: PySide6.QtGraphs.QValue3DAxis#
Access functions:
property PᅟySide6.QtGraphs.Q3DScatter.axisY: PySide6.QtGraphs.QValue3DAxis#
Access functions:
property PᅟySide6.QtGraphs.Q3DScatter.axisZ: PySide6.QtGraphs.QValue3DAxis#
Access functions:
property PᅟySide6.QtGraphs.Q3DScatter.selectedSeries: PySide6.QtGraphs.QScatter3DSeries#
Access functions:
PySide6.QtGraphs.Q3DScatter.addAxis(axis)#
Parameters:

axisPySide6.QtGraphs.QValue3DAxis

PySide6.QtGraphs.Q3DScatter.addSeries(series)#
Parameters:

seriesPySide6.QtGraphs.QScatter3DSeries

PySide6.QtGraphs.Q3DScatter.axes()#
Return type:

.list of QValue3DAxis

PySide6.QtGraphs.Q3DScatter.axisX()#
Return type:

PySide6.QtGraphs.QValue3DAxis

Getter of property axisX .

PySide6.QtGraphs.Q3DScatter.axisXChanged(axis)#
Parameters:

axisPySide6.QtGraphs.QValue3DAxis

Notification signal of property axisX .

PySide6.QtGraphs.Q3DScatter.axisY()#
Return type:

PySide6.QtGraphs.QValue3DAxis

Getter of property axisY .

PySide6.QtGraphs.Q3DScatter.axisYChanged(axis)#
Parameters:

axisPySide6.QtGraphs.QValue3DAxis

Notification signal of property axisY .

PySide6.QtGraphs.Q3DScatter.axisZ()#
Return type:

PySide6.QtGraphs.QValue3DAxis

Getter of property axisZ .

PySide6.QtGraphs.Q3DScatter.axisZChanged(axis)#
Parameters:

axisPySide6.QtGraphs.QValue3DAxis

Notification signal of property axisZ .

PySide6.QtGraphs.Q3DScatter.releaseAxis(axis)#
Parameters:

axisPySide6.QtGraphs.QValue3DAxis

PySide6.QtGraphs.Q3DScatter.removeSeries(series)#
Parameters:

seriesPySide6.QtGraphs.QScatter3DSeries

PySide6.QtGraphs.Q3DScatter.selectedSeries()#
Return type:

PySide6.QtGraphs.QScatter3DSeries

Getter of property selectedSeries .

PySide6.QtGraphs.Q3DScatter.selectedSeriesChanged(series)#
Parameters:

seriesPySide6.QtGraphs.QScatter3DSeries

Notification signal of property selectedSeries .

PySide6.QtGraphs.Q3DScatter.seriesList()#
Return type:

.list of QScatter3DSeries

PySide6.QtGraphs.Q3DScatter.setAxisX(axis)#
Parameters:

axisPySide6.QtGraphs.QValue3DAxis

Setter of property axisX .

PySide6.QtGraphs.Q3DScatter.setAxisY(axis)#
Parameters:

axisPySide6.QtGraphs.QValue3DAxis

Setter of property axisY .

PySide6.QtGraphs.Q3DScatter.setAxisZ(axis)#
Parameters:

axisPySide6.QtGraphs.QValue3DAxis

Setter of property axisZ .