QValue3DAxis#
Synopsis#
Properties#
Functions#
def
formatter
()def
gridPositionAt
(gridLine)def
gridSize
()def
labelFormat
()def
labelPositionAt
(index)def
positionAt
(x)def
recalculate
()def
reversed
()def
segmentCount
()def
setFormatter
(formatter)def
setLabelFormat
(format)def
setReversed
(enable)def
setSegmentCount
(count)def
setSubSegmentCount
(count)def
stringForValue
(x)def
subGridPositionAt
(gridLine)def
subGridSize
()def
subSegmentCount
()
Signals#
def
formatterChanged
(formatter)def
formatterDirty
()def
labelFormatChanged
(format)def
reversedChanged
(enable)def
segmentCountChanged
(count)def
subSegmentCountChanged
(count)
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:
parent –
PySide6.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:
formatter
()setFormatter
(formatter)Signal
formatterChanged
(formatter)
- property PᅟySide6.QtGraphs.QValue3DAxis.labelFormat: str#
- Access functions:
labelFormat
()setLabelFormat
(format)Signal
labelFormatChanged
(format)
- property PᅟySide6.QtGraphs.QValue3DAxis.reversed: bool#
- Access functions:
reversed
()setReversed
(enable)Signal
reversedChanged
(enable)
- property PᅟySide6.QtGraphs.QValue3DAxis.segmentCount: int#
- Access functions:
segmentCount
()setSegmentCount
(count)Signal
segmentCountChanged
(count)
- property PᅟySide6.QtGraphs.QValue3DAxis.subSegmentCount: int#
- Access functions:
setSubSegmentCount
(count)Signal
subSegmentCountChanged
(count)
- PySide6.QtGraphs.QValue3DAxis.formatter()#
- Return type:
Getter of property formatter
.
- PySide6.QtGraphs.QValue3DAxis.formatterChanged(formatter)#
- Parameters:
formatter –
PySide6.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:
formatter –
PySide6.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
.