QValue3DAxis#

Inheritance diagram of PySide6.QtGraphs.QValue3DAxis

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.QValue3DAxis([parent=None])#
Parameters:

parentPySide6.QtCore.QObject

Note

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

property PᅟySide6.QtGraphs.QValue3DAxis.formatter: PySide6.QtGraphs.QValue3DAxisFormatter#
Access functions:
property PᅟySide6.QtGraphs.QValue3DAxis.labelFormat: str#
Access functions:
property PᅟySide6.QtGraphs.QValue3DAxis.reversed: bool#
Access functions:
property PᅟySide6.QtGraphs.QValue3DAxis.segmentCount: int#
Access functions:
property PᅟySide6.QtGraphs.QValue3DAxis.subSegmentCount: int#
Access functions:
PySide6.QtGraphs.QValue3DAxis.formatter()#
Return type:

PySide6.QtGraphs.QValue3DAxisFormatter

Getter of property formatter .

PySide6.QtGraphs.QValue3DAxis.formatterChanged(formatter)#
Parameters:

formatterPySide6.QtGraphs.QValue3DAxisFormatter

Notification signal of property formatter .

PySide6.QtGraphs.QValue3DAxis.formatterDirty()#
PySide6.QtGraphs.QValue3DAxis.gridPositionAt(gridLine)#
Parameters:

gridLine – int

Return type:

float

PySide6.QtGraphs.QValue3DAxis.gridSize()#
Return type:

int

PySide6.QtGraphs.QValue3DAxis.labelFormat()#
Return type:

str

Getter of property labelFormat .

PySide6.QtGraphs.QValue3DAxis.labelFormatChanged(format)#
Parameters:

format – str

Notification signal of property labelFormat .

PySide6.QtGraphs.QValue3DAxis.labelPositionAt(index)#
Parameters:

index – int

Return type:

float

PySide6.QtGraphs.QValue3DAxis.positionAt(x)#
Parameters:

x – float

Return type:

float

PySide6.QtGraphs.QValue3DAxis.recalculate()#
PySide6.QtGraphs.QValue3DAxis.reversed()#
Return type:

bool

Getter of property reversed .

PySide6.QtGraphs.QValue3DAxis.reversedChanged(enable)#
Parameters:

enable – bool

Notification signal of property reversed .

PySide6.QtGraphs.QValue3DAxis.segmentCount()#
Return type:

int

Getter of property segmentCount .

PySide6.QtGraphs.QValue3DAxis.segmentCountChanged(count)#
Parameters:

count – int

Notification signal of property segmentCount .

PySide6.QtGraphs.QValue3DAxis.setFormatter(formatter)#
Parameters:

formatterPySide6.QtGraphs.QValue3DAxisFormatter

Setter of property formatter .

PySide6.QtGraphs.QValue3DAxis.setLabelFormat(format)#
Parameters:

format – str

Setter of property labelFormat .

PySide6.QtGraphs.QValue3DAxis.setReversed(enable)#
Parameters:

enable – bool

Setter of property reversed .

PySide6.QtGraphs.QValue3DAxis.setSegmentCount(count)#
Parameters:

count – int

Setter of property segmentCount .

PySide6.QtGraphs.QValue3DAxis.setSubSegmentCount(count)#
Parameters:

count – int

Setter of property subSegmentCount .

PySide6.QtGraphs.QValue3DAxis.stringForValue(x)#
Parameters:

x – float

Return type:

str

PySide6.QtGraphs.QValue3DAxis.subGridPositionAt(gridLine)#
Parameters:

gridLine – int

Return type:

float

PySide6.QtGraphs.QValue3DAxis.subGridSize()#
Return type:

int

PySide6.QtGraphs.QValue3DAxis.subSegmentCount()#
Return type:

int

Getter of property subSegmentCount .

PySide6.QtGraphs.QValue3DAxis.subSegmentCountChanged(count)#
Parameters:

count – int

Notification signal of property subSegmentCount .