QCategoryAxis露

New in version 5.7.
Synopsis露
Functions露
def
append(label, categoryEndValue)def
categoriesLabels()def
count()def
endValue(categoryLabel)def
labelsPosition()def
remove(label)def
replaceLabel(oldLabel, newLabel)def
setLabelsPosition(position)def
setStartValue(min)def
startValue([categoryLabel=鈥濃漖)
Signals露
def
categoriesChanged()def
labelsPositionChanged(position)
Detailed Description露
- class PySide2.QtCharts.QtCharts.QCategoryAxis([parent=None])露
- Parameters:
parent 鈥
PySide2.QtCore.QObject
- PySide2.QtCharts.QtCharts.QCategoryAxis.AxisLabelsPosition露
- PySide2.QtCharts.QtCharts.QCategoryAxis.append(label, categoryEndValue)露
- Parameters:
label 鈥 str
categoryEndValue 鈥 float
- PySide2.QtCharts.QtCharts.QCategoryAxis.categoriesChanged()露
- PySide2.QtCharts.QtCharts.QCategoryAxis.categoriesLabels()露
- Return type:
list of strings
- PySide2.QtCharts.QtCharts.QCategoryAxis.count()露
- Return type:
int
- PySide2.QtCharts.QtCharts.QCategoryAxis.endValue(categoryLabel)露
- Parameters:
categoryLabel 鈥 str
- Return type:
float
- PySide2.QtCharts.QtCharts.QCategoryAxis.labelsPosition()露
- Return type:
- PySide2.QtCharts.QtCharts.QCategoryAxis.labelsPositionChanged(position)露
- Parameters:
position 鈥
AxisLabelsPosition
- PySide2.QtCharts.QtCharts.QCategoryAxis.remove(label)露
- Parameters:
label 鈥 str
- PySide2.QtCharts.QtCharts.QCategoryAxis.replaceLabel(oldLabel, newLabel)露
- Parameters:
oldLabel 鈥 str
newLabel 鈥 str
- PySide2.QtCharts.QtCharts.QCategoryAxis.setLabelsPosition(position)露
- Parameters:
position 鈥
AxisLabelsPosition
- PySide2.QtCharts.QtCharts.QCategoryAxis.setStartValue(min)露
- Parameters:
min 鈥 float
- PySide2.QtCharts.QtCharts.QCategoryAxis.startValue([categoryLabel=""])露
- Parameters:
categoryLabel 鈥 str
- Return type:
float
漏 2022 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.