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 « QCategoryAxis »

Informations générales

Héritage

builtins.object
    Object
        QObject
            QAbstractAxis
                QValueAxis
                    QCategoryAxis

Définition

class QCategoryAxis(QValueAxis):

Description [extrait de QCategoryAxis.__doc__]

QCategoryAxis(self, parent: Optional[PySide6.QtCore.QObject] = None) -> None

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
AxisLabelsPositionCenterPySide6.QtCharts.QCategoryAxis.AxisLabelsPosition.AxisLabelsPositionCenter
AxisLabelsPositionOnValuePySide6.QtCharts.QCategoryAxis.AxisLabelsPosition.AxisLabelsPositionOnValue
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 0x7f40dfd31480>
TicksDynamicPySide6.QtCharts.QValueAxis.TickType.TicksDynamic
TicksFixedPySide6.QtCharts.QValueAxis.TickType.TicksFixed

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__]
append(self, label: str, categoryEndValue: float) -> None append(self, label: str, categoryEndValue: float) -> None [extrait de append.__doc__]
AxisLabelsPosition
categoriesChanged
categoriesLabels(self) -> List[str] categoriesLabels(self) -> List[str] [extrait de categoriesLabels.__doc__]
colorChanged
count(self) -> int count(self) -> int [extrait de count.__doc__]
destroyed
endValue(self, categoryLabel: str) -> float endValue(self, categoryLabel: str) -> float [extrait de endValue.__doc__]
gridLineColorChanged
gridLinePenChanged
gridVisibleChanged
labelFormatChanged
labelsAngleChanged
labelsBrushChanged
labelsColorChanged
labelsEditableChanged
labelsFontChanged
labelsPosition(self) -> PySide6.QtCharts.QCategoryAxis.AxisLabelsPosition labelsPosition(self) -> PySide6.QtCharts.QCategoryAxis.AxisLabelsPosition [extrait de labelsPosition.__doc__]
labelsPositionChanged
labelsTruncatedChanged
labelsVisibleChanged
linePenChanged
lineVisibleChanged
maxChanged
minChanged
minorGridLineColorChanged
minorGridLinePenChanged
minorGridVisibleChanged
minorTickCountChanged
objectNameChanged
rangeChanged
remove(self, label: str) -> None remove(self, label: str) -> None [extrait de remove.__doc__]
replaceLabel(self, oldLabel: str, newLabel: str) -> None replaceLabel(self, oldLabel: str, newLabel: str) -> None [extrait de replaceLabel.__doc__]
reverseChanged
setLabelsPosition(self, position: PySide6.QtCharts.QCategoryAxis.AxisLabelsPosition) -> None setLabelsPosition(self, position: PySide6.QtCharts.QCategoryAxis.AxisLabelsPosition) -> None [extrait de setLabelsPosition.__doc__]
setStartValue(self, min: float) -> None setStartValue(self, min: float) -> None [extrait de setStartValue.__doc__]
shadesBorderColorChanged
shadesBrushChanged
shadesColorChanged
shadesPenChanged
shadesVisibleChanged
startValue(self, categoryLabel: str = '') -> float startValue(self, categoryLabel: str = '') -> float [extrait de startValue.__doc__]
tickAnchorChanged
tickCountChanged
tickIntervalChanged
tickTypeChanged
titleBrushChanged
titleFontChanged
titleTextChanged
titleVisibleChanged
tr
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 QValueAxis

__init_subclass__, __subclasshook__, applyNiceNumbers, labelFormat, max, min, minorTickCount, setLabelFormat, setMax, setMin, setMinorTickCount, setRange, setTickAnchor, setTickCount, setTickInterval, setTickType, tickAnchor, tickCount, tickInterval, TickType, tickType

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

__init_subclass__, __subclasshook__, alignment, AxisType, gridLineColor, gridLinePen, hide, isGridLineVisible, isLineVisible, isMinorGridLineVisible, isReverse, isTitleVisible, isVisible, labelsAngle, labelsBrush, labelsColor, labelsEditable, labelsFont, labelsTruncated, labelsVisible, linePen, linePenColor, minorGridLineColor, minorGridLinePen, orientation, setGridLineColor, setGridLinePen, setGridLineVisible, setLabelsAngle, setLabelsBrush, setLabelsColor, setLabelsEditable, setLabelsFont, setLabelsVisible, setLinePen, setLinePenColor, setLineVisible, setMax, setMin, setMinorGridLineColor, setMinorGridLinePen, setMinorGridLineVisible, setRange, setReverse, setShadesBorderColor, setShadesBrush, setShadesColor, setShadesPen, setShadesVisible, setTitleBrush, setTitleFont, setTitleText, setTitleVisible, setTruncateLabels, setVisible, shadesBorderColor, shadesBrush, shadesColor, shadesPen, shadesVisible, show, titleBrush, titleFont, titleText, truncateLabels

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__