class QAbstract3DSeries

Inheritance diagram of PySide6.QtGraphs.QAbstract3DSeries

Inherited by: QSurface3DSeries, QScatter3DSeries, QBar3DSeries

Synopsis

Properties

Methods

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 SeriesType
class Mesh

Note

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

property baseColorᅟ: QColor
Access functions:
property baseGradientᅟ: QLinearGradient
Access functions:
property colorStyleᅟ: Q3DTheme.ColorStyle
Access functions:
property itemLabelᅟ: str
Access functions:
property itemLabelFormatᅟ: str
Access functions:
property itemLabelVisibleᅟ: bool
Access functions:
property meshᅟ: QAbstract3DSeries.Mesh
Access functions:
property meshRotationᅟ: QQuaternion
Access functions:
property meshSmoothᅟ: bool
Access functions:
property multiHighlightColorᅟ: QColor
Access functions:
property multiHighlightGradientᅟ: QLinearGradient
Access functions:
property nameᅟ: str
Access functions:
property singleHighlightColorᅟ: QColor
Access functions:
property singleHighlightGradientᅟ: QLinearGradient
Access functions:
property typeᅟ: QAbstract3DSeries.SeriesType
Access functions:
property userDefinedMeshᅟ: str
Access functions:
property visibleᅟ: bool
Access functions:
baseColor()
Return type:

QColor

Getter of property baseColorᅟ .

baseColorChanged(color)
Parameters:

colorQColor

Notification signal of property baseColorᅟ .

baseGradient()
Return type:

QLinearGradient

Getter of property baseGradientᅟ .

baseGradientChanged(gradient)
Parameters:

gradientQLinearGradient

Notification signal of property baseGradientᅟ .

colorStyle()
Return type:

ColorStyle

Getter of property colorStyleᅟ .

colorStyleChanged(style)
Parameters:

styleColorStyle

Notification signal of property colorStyleᅟ .

isItemLabelVisible()
Return type:

bool

Getter of property itemLabelVisibleᅟ .

isMeshSmooth()
Return type:

bool

Getter of property meshSmoothᅟ .

isVisible()
Return type:

bool

Getter of property visibleᅟ .

itemLabel()
Return type:

str

Getter of property itemLabelᅟ .

itemLabelChanged(label)
Parameters:

label – str

Notification signal of property itemLabelᅟ .

itemLabelFormat()
Return type:

str

Getter of property itemLabelFormatᅟ .

itemLabelFormatChanged(format)
Parameters:

format – str

Notification signal of property itemLabelFormatᅟ .

itemLabelVisibilityChanged(visible)
Parameters:

visible – bool

Notification signal of property itemLabelVisibleᅟ .

mesh()
Return type:

Mesh

Getter of property meshᅟ .

meshChanged(mesh)
Parameters:

meshMesh

Notification signal of property meshᅟ .

meshRotation()
Return type:

QQuaternion

Getter of property meshRotationᅟ .

meshRotationChanged(rotation)
Parameters:

rotationQQuaternion

Notification signal of property meshRotationᅟ .

meshSmoothChanged(enabled)
Parameters:

enabled – bool

Notification signal of property meshSmoothᅟ .

multiHighlightColor()
Return type:

QColor

Getter of property multiHighlightColorᅟ .

multiHighlightColorChanged(color)
Parameters:

colorQColor

Notification signal of property multiHighlightColorᅟ .

multiHighlightGradient()
Return type:

QLinearGradient

Getter of property multiHighlightGradientᅟ .

multiHighlightGradientChanged(gradient)
Parameters:

gradientQLinearGradient

Notification signal of property multiHighlightGradientᅟ .

name()
Return type:

str

Getter of property nameᅟ .

nameChanged(name)
Parameters:

name – str

Notification signal of property nameᅟ .

setBaseColor(color)
Parameters:

colorQColor

Setter of property baseColorᅟ .

setBaseGradient(gradient)
Parameters:

gradientQLinearGradient

Setter of property baseGradientᅟ .

setColorStyle(style)
Parameters:

styleColorStyle

Setter of property colorStyleᅟ .

setItemLabelFormat(format)
Parameters:

format – str

Setter of property itemLabelFormatᅟ .

setItemLabelVisible(visible)
Parameters:

visible – bool

Setter of property itemLabelVisibleᅟ .

setMesh(mesh)
Parameters:

meshMesh

Setter of property meshᅟ .

setMeshAxisAndAngle(axis, angle)
Parameters:
setMeshRotation(rotation)
Parameters:

rotationQQuaternion

Setter of property meshRotationᅟ .

setMeshSmooth(enable)
Parameters:

enable – bool

Setter of property meshSmoothᅟ .

setMultiHighlightColor(color)
Parameters:

colorQColor

Setter of property multiHighlightColorᅟ .

setMultiHighlightGradient(gradient)
Parameters:

gradientQLinearGradient

Setter of property multiHighlightGradientᅟ .

setName(name)
Parameters:

name – str

Setter of property nameᅟ .

setSingleHighlightColor(color)
Parameters:

colorQColor

Setter of property singleHighlightColorᅟ .

setSingleHighlightGradient(gradient)
Parameters:

gradientQLinearGradient

Setter of property singleHighlightGradientᅟ .

setUserDefinedMesh(fileName)
Parameters:

fileName – str

Setter of property userDefinedMeshᅟ .

setVisible(visible)
Parameters:

visible – bool

Setter of property visibleᅟ .

singleHighlightColor()
Return type:

QColor

Getter of property singleHighlightColorᅟ .

singleHighlightColorChanged(color)
Parameters:

colorQColor

Notification signal of property singleHighlightColorᅟ .

singleHighlightGradient()
Return type:

QLinearGradient

Getter of property singleHighlightGradientᅟ .

singleHighlightGradientChanged(gradient)
Parameters:

gradientQLinearGradient

Notification signal of property singleHighlightGradientᅟ .

type()
Return type:

SeriesType

Getter of property typeᅟ .

userDefinedMesh()
Return type:

str

Getter of property userDefinedMeshᅟ .

userDefinedMeshChanged(fileName)
Parameters:

fileName – str

Notification signal of property userDefinedMeshᅟ .

visibilityChanged(visible)
Parameters:

visible – bool

Notification signal of property visibleᅟ .