继承者: QtCharts.QBarSeries , QtCharts.QHorizontalBarSeries , QtCharts.QHorizontalPercentBarSeries , QtCharts.QHorizontalStackedBarSeries , QtCharts.QPercentBarSeries , QtCharts.QStackedBarSeries
New in version 5.7.
def
append
(set)
def
append
(sets)
def
barSets
()
def
barWidth
()
def
clear
()
def
count
()
def
insert
(index, set)
def
isLabelsVisible
()
def
labelsAngle
()
def
labelsFormat
()
def
labelsPosition
()
def
labelsPrecision
()
def
remove
(set)
def
setBarWidth
(width)
def
setLabelsAngle
(angle)
def
setLabelsFormat
(format)
def
setLabelsPosition
(position)
def
setLabelsPrecision
(precision)
def
setLabelsVisible
([visible=true])
def
take
(set)
def
barsetsAdded
(sets)
def
barsetsRemoved
(sets)
def
clicked
(index, barset)
def
countChanged
()
def
doubleClicked
(index, barset)
def
hovered
(status, index, barset)
def
labelsAngleChanged
(angle)
def
labelsFormatChanged
(format)
def
labelsPositionChanged
(position)
def
labelsPrecisionChanged
(precision)
def
labelsVisibleChanged
()
def
pressed
(index, barset)
def
released
(index, barset)
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
LabelsPosition
¶
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
append
(
set
)
¶
set
–
QBarSet
bool
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
append
(
sets
)
¶
sets –
bool
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
barSets
(
)
¶
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
barWidth
(
)
¶
qreal
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
barsetsAdded
(
sets
)
¶
sets –
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
barsetsRemoved
(
sets
)
¶
sets –
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
clear
(
)
¶
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
clicked
(
index
,
barset
)
¶
index
–
int
barset
–
QBarSet
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
count
(
)
¶
int
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
countChanged
(
)
¶
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
doubleClicked
(
index
,
barset
)
¶
index
–
int
barset
–
QBarSet
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
hovered
(
status
,
index
,
barset
)
¶
status
–
bool
index
–
int
barset
–
QBarSet
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
insert
(
index
,
set
)
¶
index
–
int
set
–
QBarSet
bool
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
isLabelsVisible
(
)
¶
bool
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
labelsAngle
(
)
¶
qreal
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
labelsAngleChanged
(
angle
)
¶
angle
–
qreal
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
labelsFormat
(
)
¶
unicode
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
labelsFormatChanged
(
format
)
¶
format – unicode
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
labelsPosition
(
)
¶
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
labelsPositionChanged
(
position
)
¶
position
–
LabelsPosition
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
labelsPrecision
(
)
¶
int
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
labelsPrecisionChanged
(
precision
)
¶
precision
–
int
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
labelsVisibleChanged
(
)
¶
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
pressed
(
index
,
barset
)
¶
index
–
int
barset
–
QBarSet
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
released
(
index
,
barset
)
¶
index
–
int
barset
–
QBarSet
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
remove
(
set
)
¶
set
–
QBarSet
bool
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
setBarWidth
(
width
)
¶
width
–
qreal
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
setLabelsAngle
(
angle
)
¶
angle
–
qreal
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
setLabelsFormat
(
format
)
¶
format – unicode
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
setLabelsPosition
(
position
)
¶
position
–
LabelsPosition
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
setLabelsPrecision
(
precision
)
¶
precision
–
int
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
setLabelsVisible
(
[
visible=true
]
)
¶
visible
–
bool
PySide2.QtCharts.QtCharts.QAbstractBarSeries.
take
(
set
)
¶
set
–
QBarSet
bool