QBarCategoryAxis¶
New in version 5.7.
Synopsis¶
Functions¶
def
append
(categories)def
append
(category)def
at
(index)def
categories
()def
clear
()def
count
()def
insert
(index, category)def
max
()def
min
()def
remove
(category)def
replace
(oldCategory, newCategory)def
setCategories
(categories)def
setMax
(maxCategory)def
setMin
(minCategory)def
setRange
(minCategory, maxCategory)
Signals¶
def
categoriesChanged
()def
countChanged
()def
maxChanged
(max)def
minChanged
(min)def
rangeChanged
(min, max)
Detailed Description¶
-
class
PySide2.QtCharts.
QBarCategoryAxis
([parent=None])¶ - Parameters
parent –
PySide2.QtCore.QObject
-
PySide2.QtCharts.QBarCategoryAxis.
append
(categories)¶ - Parameters
categories – list of strings
-
PySide2.QtCharts.QBarCategoryAxis.
append
(category) - Parameters
category – str
-
PySide2.QtCharts.QBarCategoryAxis.
at
(index)¶ - Parameters
index – int
- Return type
str
-
PySide2.QtCharts.QBarCategoryAxis.
categories
()¶ - Return type
list of strings
-
PySide2.QtCharts.QBarCategoryAxis.
categoriesChanged
()¶
-
PySide2.QtCharts.QBarCategoryAxis.
clear
()¶
-
PySide2.QtCharts.QBarCategoryAxis.
count
()¶ - Return type
int
-
PySide2.QtCharts.QBarCategoryAxis.
countChanged
()¶
-
PySide2.QtCharts.QBarCategoryAxis.
insert
(index, category)¶ - Parameters
index – int
category – str
-
PySide2.QtCharts.QBarCategoryAxis.
max
()¶ - Return type
str
-
PySide2.QtCharts.QBarCategoryAxis.
maxChanged
(max)¶ - Parameters
max – str
-
PySide2.QtCharts.QBarCategoryAxis.
min
()¶ - Return type
str
-
PySide2.QtCharts.QBarCategoryAxis.
minChanged
(min)¶ - Parameters
min – str
-
PySide2.QtCharts.QBarCategoryAxis.
rangeChanged
(min, max)¶ - Parameters
min – str
max – str
-
PySide2.QtCharts.QBarCategoryAxis.
remove
(category)¶ - Parameters
category – str
-
PySide2.QtCharts.QBarCategoryAxis.
replace
(oldCategory, newCategory)¶ - Parameters
oldCategory – str
newCategory – str
-
PySide2.QtCharts.QBarCategoryAxis.
setCategories
(categories)¶ - Parameters
categories – list of strings
-
PySide2.QtCharts.QBarCategoryAxis.
setMax
(maxCategory)¶ - Parameters
maxCategory – str
-
PySide2.QtCharts.QBarCategoryAxis.
setMin
(minCategory)¶ - Parameters
minCategory – str
-
PySide2.QtCharts.QBarCategoryAxis.
setRange
(minCategory, maxCategory)¶ - Parameters
minCategory – str
maxCategory – str
© 2020 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.