Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « PySide6.QtCharts »

Classe « QAbstractAxis »

Informations générales

Héritage

builtins.object
    Object
        QObject
            QAbstractAxis

Définition

class QAbstractAxis(QObject):

Constructeur(s)

Signature du constructeur Description
__new__(*args, **kwargs) Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__]
__init__(self, parent: Optional[PySide6.QtCore.QObject] = None) -> None __init__(self, parent: Optional[PySide6.QtCore.QObject] = None) -> None [extrait de __init__.__doc__]

Liste des attributs statiques

Nom de l'attribut Valeur
AxisTypeBarCategoryPySide6.QtCharts.QAbstractAxis.AxisType.AxisTypeBarCategory
AxisTypeCategoryPySide6.QtCharts.QAbstractAxis.AxisType.AxisTypeCategory
AxisTypeColorPySide6.QtCharts.QAbstractAxis.AxisType.AxisTypeColor
AxisTypeDateTimePySide6.QtCharts.QAbstractAxis.AxisType.AxisTypeDateTime
AxisTypeLogValuePySide6.QtCharts.QAbstractAxis.AxisType.AxisTypeLogValue
AxisTypeNoAxisPySide6.QtCharts.QAbstractAxis.AxisType.AxisTypeNoAxis
AxisTypeValuePySide6.QtCharts.QAbstractAxis.AxisType.AxisTypeValue
staticMetaObject<PySide6.QtCore.QMetaObject object at 0x7f40dfd30a40>

Liste des opérateurs

Opérateurs hérités de la classe object

__eq__, __ge__, __gt__, __le__, __lt__, __ne__

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
__delattr__(self, name) Implement delattr(self, name). [extrait de __delattr__.__doc__]
__setattr__(self, name, value) Implement setattr(self, name, value). [extrait de __setattr__.__doc__]
alignment(self) -> PySide6.QtCore.Qt.Alignment alignment(self) -> PySide6.QtCore.Qt.Alignment [extrait de alignment.__doc__]
AxisType
colorChanged
destroyed
gridLineColor(self) -> PySide6.QtGui.QColor gridLineColor(self) -> PySide6.QtGui.QColor [extrait de gridLineColor.__doc__]
gridLineColorChanged
gridLinePen(self) -> PySide6.QtGui.QPen gridLinePen(self) -> PySide6.QtGui.QPen [extrait de gridLinePen.__doc__]
gridLinePenChanged
gridVisibleChanged
hide(self) -> None hide(self) -> None [extrait de hide.__doc__]
isGridLineVisible(self) -> bool isGridLineVisible(self) -> bool [extrait de isGridLineVisible.__doc__]
isLineVisible(self) -> bool isLineVisible(self) -> bool [extrait de isLineVisible.__doc__]
isMinorGridLineVisible(self) -> bool isMinorGridLineVisible(self) -> bool [extrait de isMinorGridLineVisible.__doc__]
isReverse(self) -> bool isReverse(self) -> bool [extrait de isReverse.__doc__]
isTitleVisible(self) -> bool isTitleVisible(self) -> bool [extrait de isTitleVisible.__doc__]
isVisible(self) -> bool isVisible(self) -> bool [extrait de isVisible.__doc__]
labelsAngle(self) -> int labelsAngle(self) -> int [extrait de labelsAngle.__doc__]
labelsAngleChanged
labelsBrush(self) -> PySide6.QtGui.QBrush labelsBrush(self) -> PySide6.QtGui.QBrush [extrait de labelsBrush.__doc__]
labelsBrushChanged
labelsColor(self) -> PySide6.QtGui.QColor labelsColor(self) -> PySide6.QtGui.QColor [extrait de labelsColor.__doc__]
labelsColorChanged
labelsEditable(self) -> bool labelsEditable(self) -> bool [extrait de labelsEditable.__doc__]
labelsEditableChanged
labelsFont(self) -> PySide6.QtGui.QFont labelsFont(self) -> PySide6.QtGui.QFont [extrait de labelsFont.__doc__]
labelsFontChanged
labelsTruncated(self) -> bool labelsTruncated(self) -> bool [extrait de labelsTruncated.__doc__]
labelsTruncatedChanged
labelsVisible(self) -> bool labelsVisible(self) -> bool [extrait de labelsVisible.__doc__]
labelsVisibleChanged
linePen(self) -> PySide6.QtGui.QPen linePen(self) -> PySide6.QtGui.QPen [extrait de linePen.__doc__]
linePenChanged
linePenColor(self) -> PySide6.QtGui.QColor linePenColor(self) -> PySide6.QtGui.QColor [extrait de linePenColor.__doc__]
lineVisibleChanged
minorGridLineColor(self) -> PySide6.QtGui.QColor minorGridLineColor(self) -> PySide6.QtGui.QColor [extrait de minorGridLineColor.__doc__]
minorGridLineColorChanged
minorGridLinePen(self) -> PySide6.QtGui.QPen minorGridLinePen(self) -> PySide6.QtGui.QPen [extrait de minorGridLinePen.__doc__]
minorGridLinePenChanged
minorGridVisibleChanged
objectNameChanged
orientation(self) -> PySide6.QtCore.Qt.Orientation orientation(self) -> PySide6.QtCore.Qt.Orientation [extrait de orientation.__doc__]
reverseChanged
setGridLineColor(self, color: Union[PySide6.QtGui.QColor, PySide6.QtGui.QRgba64, Any, PySide6.QtCore.Qt.GlobalColor, str, int]) -> None setGridLineColor(self, color: Union[PySide6.QtGui.QColor, PySide6.QtGui.QRgba64, Any, PySide6.QtCore.Qt.GlobalColor, str, int]) -> None [extrait de setGridLineColor.__doc__]
setGridLinePen(self, pen: Union[PySide6.QtGui.QPen, PySide6.QtCore.Qt.PenStyle, PySide6.QtGui.QColor]) -> None setGridLinePen(self, pen: Union[PySide6.QtGui.QPen, PySide6.QtCore.Qt.PenStyle, PySide6.QtGui.QColor]) -> None [extrait de setGridLinePen.__doc__]
setGridLineVisible(self, visible: bool = True) -> None setGridLineVisible(self, visible: bool = True) -> None [extrait de setGridLineVisible.__doc__]
setLabelsAngle(self, angle: int) -> None setLabelsAngle(self, angle: int) -> None [extrait de setLabelsAngle.__doc__]
setLabelsBrush(self, brush: Union[PySide6.QtGui.QBrush, PySide6.QtCore.Qt.BrushStyle, PySide6.QtCore.Qt.GlobalColor, PySide6.QtGui.QColor, PySide6.QtGui.QGradient, PySide6.QtGui.QImage, PySide6.QtGui.QPixmap]) -> None setLabelsBrush(self, brush: Union[PySide6.QtGui.QBrush, PySide6.QtCore.Qt.BrushStyle, PySide6.QtCore.Qt.GlobalColor, PySide6.QtGui.QColor, PySide6.QtGui.QGradient, PySide6.QtGui.QImage, PySide6.QtGui.QPixmap]) -> None [extrait de setLabelsBrush.__doc__]
setLabelsColor(self, color: Union[PySide6.QtGui.QColor, PySide6.QtGui.QRgba64, Any, PySide6.QtCore.Qt.GlobalColor, str, int]) -> None setLabelsColor(self, color: Union[PySide6.QtGui.QColor, PySide6.QtGui.QRgba64, Any, PySide6.QtCore.Qt.GlobalColor, str, int]) -> None [extrait de setLabelsColor.__doc__]
setLabelsEditable(self, editable: bool = True) -> None setLabelsEditable(self, editable: bool = True) -> None [extrait de setLabelsEditable.__doc__]
setLabelsFont(self, font: Union[PySide6.QtGui.QFont, str, Sequence[str]]) -> None setLabelsFont(self, font: Union[PySide6.QtGui.QFont, str, Sequence[str]]) -> None [extrait de setLabelsFont.__doc__]
setLabelsVisible(self, visible: bool = True) -> None setLabelsVisible(self, visible: bool = True) -> None [extrait de setLabelsVisible.__doc__]
setLinePen(self, pen: Union[PySide6.QtGui.QPen, PySide6.QtCore.Qt.PenStyle, PySide6.QtGui.QColor]) -> None setLinePen(self, pen: Union[PySide6.QtGui.QPen, PySide6.QtCore.Qt.PenStyle, PySide6.QtGui.QColor]) -> None [extrait de setLinePen.__doc__]
setLinePenColor(self, color: Union[PySide6.QtGui.QColor, PySide6.QtGui.QRgba64, Any, PySide6.QtCore.Qt.GlobalColor, str, int]) -> None setLinePenColor(self, color: Union[PySide6.QtGui.QColor, PySide6.QtGui.QRgba64, Any, PySide6.QtCore.Qt.GlobalColor, str, int]) -> None [extrait de setLinePenColor.__doc__]
setLineVisible(self, visible: bool = True) -> None setLineVisible(self, visible: bool = True) -> None [extrait de setLineVisible.__doc__]
setMax(self, max: Any) -> None setMax(self, max: Any) -> None [extrait de setMax.__doc__]
setMin(self, min: Any) -> None setMin(self, min: Any) -> None [extrait de setMin.__doc__]
setMinorGridLineColor(self, color: Union[PySide6.QtGui.QColor, PySide6.QtGui.QRgba64, Any, PySide6.QtCore.Qt.GlobalColor, str, int]) -> None setMinorGridLineColor(self, color: Union[PySide6.QtGui.QColor, PySide6.QtGui.QRgba64, Any, PySide6.QtCore.Qt.GlobalColor, str, int]) -> None [extrait de setMinorGridLineColor.__doc__]
setMinorGridLinePen(self, pen: Union[PySide6.QtGui.QPen, PySide6.QtCore.Qt.PenStyle, PySide6.QtGui.QColor]) -> None setMinorGridLinePen(self, pen: Union[PySide6.QtGui.QPen, PySide6.QtCore.Qt.PenStyle, PySide6.QtGui.QColor]) -> None [extrait de setMinorGridLinePen.__doc__]
setMinorGridLineVisible(self, visible: bool = True) -> None setMinorGridLineVisible(self, visible: bool = True) -> None [extrait de setMinorGridLineVisible.__doc__]
setRange(self, min: Any, max: Any) -> None setRange(self, min: Any, max: Any) -> None [extrait de setRange.__doc__]
setReverse(self, reverse: bool = True) -> None setReverse(self, reverse: bool = True) -> None [extrait de setReverse.__doc__]
setShadesBorderColor(self, color: Union[PySide6.QtGui.QColor, PySide6.QtGui.QRgba64, Any, PySide6.QtCore.Qt.GlobalColor, str, int]) -> None setShadesBorderColor(self, color: Union[PySide6.QtGui.QColor, PySide6.QtGui.QRgba64, Any, PySide6.QtCore.Qt.GlobalColor, str, int]) -> None [extrait de setShadesBorderColor.__doc__]
setShadesBrush(self, brush: Union[PySide6.QtGui.QBrush, PySide6.QtCore.Qt.BrushStyle, PySide6.QtCore.Qt.GlobalColor, PySide6.QtGui.QColor, PySide6.QtGui.QGradient, PySide6.QtGui.QImage, PySide6.QtGui.QPixmap]) -> None setShadesBrush(self, brush: Union[PySide6.QtGui.QBrush, PySide6.QtCore.Qt.BrushStyle, PySide6.QtCore.Qt.GlobalColor, PySide6.QtGui.QColor, PySide6.QtGui.QGradient, PySide6.QtGui.QImage, PySide6.QtGui.QPixmap]) -> None [extrait de setShadesBrush.__doc__]
setShadesColor(self, color: Union[PySide6.QtGui.QColor, PySide6.QtGui.QRgba64, Any, PySide6.QtCore.Qt.GlobalColor, str, int]) -> None setShadesColor(self, color: Union[PySide6.QtGui.QColor, PySide6.QtGui.QRgba64, Any, PySide6.QtCore.Qt.GlobalColor, str, int]) -> None [extrait de setShadesColor.__doc__]
setShadesPen(self, pen: Union[PySide6.QtGui.QPen, PySide6.QtCore.Qt.PenStyle, PySide6.QtGui.QColor]) -> None setShadesPen(self, pen: Union[PySide6.QtGui.QPen, PySide6.QtCore.Qt.PenStyle, PySide6.QtGui.QColor]) -> None [extrait de setShadesPen.__doc__]
setShadesVisible(self, visible: bool = True) -> None setShadesVisible(self, visible: bool = True) -> None [extrait de setShadesVisible.__doc__]
setTitleBrush(self, brush: Union[PySide6.QtGui.QBrush, PySide6.QtCore.Qt.BrushStyle, PySide6.QtCore.Qt.GlobalColor, PySide6.QtGui.QColor, PySide6.QtGui.QGradient, PySide6.QtGui.QImage, PySide6.QtGui.QPixmap]) -> None setTitleBrush(self, brush: Union[PySide6.QtGui.QBrush, PySide6.QtCore.Qt.BrushStyle, PySide6.QtCore.Qt.GlobalColor, PySide6.QtGui.QColor, PySide6.QtGui.QGradient, PySide6.QtGui.QImage, PySide6.QtGui.QPixmap]) -> None [extrait de setTitleBrush.__doc__]
setTitleFont(self, font: Union[PySide6.QtGui.QFont, str, Sequence[str]]) -> None setTitleFont(self, font: Union[PySide6.QtGui.QFont, str, Sequence[str]]) -> None [extrait de setTitleFont.__doc__]
setTitleText(self, title: str) -> None setTitleText(self, title: str) -> None [extrait de setTitleText.__doc__]
setTitleVisible(self, visible: bool = True) -> None setTitleVisible(self, visible: bool = True) -> None [extrait de setTitleVisible.__doc__]
setTruncateLabels(self, truncateLabels: bool = True) -> None setTruncateLabels(self, truncateLabels: bool = True) -> None [extrait de setTruncateLabels.__doc__]
setVisible(self, visible: bool = True) -> None setVisible(self, visible: bool = True) -> None [extrait de setVisible.__doc__]
shadesBorderColor(self) -> PySide6.QtGui.QColor shadesBorderColor(self) -> PySide6.QtGui.QColor [extrait de shadesBorderColor.__doc__]
shadesBorderColorChanged
shadesBrush(self) -> PySide6.QtGui.QBrush shadesBrush(self) -> PySide6.QtGui.QBrush [extrait de shadesBrush.__doc__]
shadesBrushChanged
shadesColor(self) -> PySide6.QtGui.QColor shadesColor(self) -> PySide6.QtGui.QColor [extrait de shadesColor.__doc__]
shadesColorChanged
shadesPen(self) -> PySide6.QtGui.QPen shadesPen(self) -> PySide6.QtGui.QPen [extrait de shadesPen.__doc__]
shadesPenChanged
shadesVisible(self) -> bool shadesVisible(self) -> bool [extrait de shadesVisible.__doc__]
shadesVisibleChanged
show(self) -> None show(self) -> None [extrait de show.__doc__]
titleBrush(self) -> PySide6.QtGui.QBrush titleBrush(self) -> PySide6.QtGui.QBrush [extrait de titleBrush.__doc__]
titleBrushChanged
titleFont(self) -> PySide6.QtGui.QFont titleFont(self) -> PySide6.QtGui.QFont [extrait de titleFont.__doc__]
titleFontChanged
titleText(self) -> str titleText(self) -> str [extrait de titleText.__doc__]
titleTextChanged
titleVisibleChanged
tr
truncateLabels(self) -> bool truncateLabels(self) -> bool [extrait de truncateLabels.__doc__]
truncateLabelsChanged
type(self) -> PySide6.QtCharts.QAbstractAxis.AxisType type(self) -> PySide6.QtCharts.QAbstractAxis.AxisType [extrait de type.__doc__]
visibleChanged

Méthodes héritées de la classe QObject

__getattribute__, __init_subclass__, __repr__, __subclasshook__, blockSignals, childEvent, children, connect, connectNotify, customEvent, deleteLater, disconnect, disconnectNotify, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, emit, event, eventFilter, findChild, findChildren, inherits, installEventFilter, isSignalConnected, isWidgetType, isWindowType, killTimer, metaObject, moveToThread, objectName, parent, property, receivers, removeEventFilter, sender, senderSignalIndex, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread, timerEvent

Méthodes héritées de la classe Object

__getattribute__, __init_subclass__, __subclasshook__

Méthodes héritées de la classe object

__dir__, __format__, __hash__, __reduce__, __reduce_ex__, __repr__, __sizeof__, __str__