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

Informations générales

Héritage

builtins.object
    Object
        QObject
            QAbstractAxis
                QBarCategoryAxis

Définition

class QBarCategoryAxis(QAbstractAxis):

Description [extrait de QBarCategoryAxis.__doc__]

QBarCategoryAxis(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
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 0x7f40dfd318c0>

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 append(self, categories: Sequence[str]) -> None [extrait de append.__doc__]
at(self, index: int) -> str at(self, index: int) -> str [extrait de at.__doc__]
categories(self) -> List[str] categories(self) -> List[str] [extrait de categories.__doc__]
categoriesChanged
clear(self) -> None clear(self) -> None [extrait de clear.__doc__]
colorChanged
count(self) -> int count(self) -> int [extrait de count.__doc__]
countChanged
destroyed
gridLineColorChanged
gridLinePenChanged
gridVisibleChanged
insert(self, index: int, category: str) -> None insert(self, index: int, category: str) -> None [extrait de insert.__doc__]
labelsAngleChanged
labelsBrushChanged
labelsColorChanged
labelsEditableChanged
labelsFontChanged
labelsTruncatedChanged
labelsVisibleChanged
linePenChanged
lineVisibleChanged
max(self) -> str max(self) -> str [extrait de max.__doc__]
maxChanged
min(self) -> str min(self) -> str [extrait de min.__doc__]
minChanged
minorGridLineColorChanged
minorGridLinePenChanged
minorGridVisibleChanged
objectNameChanged
rangeChanged
remove(self, category: str) -> None remove(self, category: str) -> None [extrait de remove.__doc__]
replace(self, oldCategory: str, newCategory: str) -> None replace(self, oldCategory: str, newCategory: str) -> None [extrait de replace.__doc__]
reverseChanged
setCategories(self, categories: Sequence[str]) -> None setCategories(self, categories: Sequence[str]) -> None [extrait de setCategories.__doc__]
setMax(self, maxCategory: str) -> None setMax(self, maxCategory: str) -> None [extrait de setMax.__doc__]
setMin(self, minCategory: str) -> None setMin(self, minCategory: str) -> None [extrait de setMin.__doc__]
setRange(self, minCategory: str, maxCategory: str) -> None setRange(self, minCategory: str, maxCategory: str) -> None [extrait de setRange.__doc__]
shadesBorderColorChanged
shadesBrushChanged
shadesColorChanged
shadesPenChanged
shadesVisibleChanged
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 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, setMinorGridLineColor, setMinorGridLinePen, setMinorGridLineVisible, 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__