class QBarCategoryAxis

Inheritance diagram of PySide6.QtGraphs.QBarCategoryAxis

Synopsis

Properties

Methods

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

Note

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

property categoriesᅟ: list of strings
Access functions:
property countᅟ: int
Access functions:
property maxᅟ: str
Access functions:
property minᅟ: str
Access functions:
__init__([parent=None])
Parameters:

parentQObject

append(category)
Parameters:

category – str

append(categories)
Parameters:

categories – list of strings

at(index)
Parameters:

index – int

Return type:

str

categories()
Return type:

list of strings

Getter of property categoriesᅟ .

categoriesChanged()

Notification signal of property categoriesᅟ .

clear()
count()
Return type:

int

Getter of property countᅟ .

countChanged()

Notification signal of property countᅟ .

insert(index, category)
Parameters:
  • index – int

  • category – str

max()
Return type:

str

Getter of property maxᅟ .

maxChanged(max)
Parameters:

max – str

Notification signal of property maxᅟ .

min()
Return type:

str

Getter of property minᅟ .

minChanged(min)
Parameters:

min – str

Notification signal of property minᅟ .

rangeChanged(min, max)
Parameters:
  • min – str

  • max – str

remove(category)
Parameters:

category – str

replace(oldCategory, newCategory)
Parameters:
  • oldCategory – str

  • newCategory – str

setCategories(categories)
Parameters:

categories – list of strings

Setter of property categoriesᅟ .

setMax(maxCategory)
Parameters:

maxCategory – str

Setter of property maxᅟ .

setMin(minCategory)
Parameters:

minCategory – str

Setter of property minᅟ .

setRange(minCategory, maxCategory)
Parameters:
  • minCategory – str

  • maxCategory – str