QtCharts.QBoxPlotSeries¶

New in version 5.7.
Synopsis¶
Functions¶
Signals¶
def
boxOutlineVisibilityChanged
()def
boxWidthChanged
()def
boxsetsAdded
(sets)def
boxsetsRemoved
(sets)def
brushChanged
()def
clicked
(boxset)def
countChanged
()def
doubleClicked
(boxset)def
hovered
(status, boxset)def
penChanged
()def
pressed
(boxset)def
released
(boxset)
Detailed Description¶
-
class
PySide2.QtCharts.QtCharts.
QBoxPlotSeries
([parent=None])¶ - Parameters
parent –
QObject
-
PySide2.QtCharts.QtCharts.QBoxPlotSeries.
append
(boxes)¶ - Parameters
boxes –
- Return type
bool
-
PySide2.QtCharts.QtCharts.QBoxPlotSeries.
append
(box) - Parameters
box –
QBoxSet
- Return type
bool
-
PySide2.QtCharts.QtCharts.QBoxPlotSeries.
boxOutlineVisibilityChanged
()¶
-
PySide2.QtCharts.QtCharts.QBoxPlotSeries.
boxOutlineVisible
()¶ - Return type
bool
-
PySide2.QtCharts.QtCharts.QBoxPlotSeries.
boxSets
()¶ - Return type
-
PySide2.QtCharts.QtCharts.QBoxPlotSeries.
boxWidth
()¶ - Return type
qreal
-
PySide2.QtCharts.QtCharts.QBoxPlotSeries.
boxWidthChanged
()¶
-
PySide2.QtCharts.QtCharts.QBoxPlotSeries.
boxsetsAdded
(sets)¶ - Parameters
sets –
-
PySide2.QtCharts.QtCharts.QBoxPlotSeries.
boxsetsRemoved
(sets)¶ - Parameters
sets –
-
PySide2.QtCharts.QtCharts.QBoxPlotSeries.
brush
()¶ - Return type
QBrush
-
PySide2.QtCharts.QtCharts.QBoxPlotSeries.
brushChanged
()¶
-
PySide2.QtCharts.QtCharts.QBoxPlotSeries.
clear
()¶
-
PySide2.QtCharts.QtCharts.QBoxPlotSeries.
clicked
(boxset)¶ - Parameters
boxset –
QBoxSet
-
PySide2.QtCharts.QtCharts.QBoxPlotSeries.
count
()¶ - Return type
int
-
PySide2.QtCharts.QtCharts.QBoxPlotSeries.
countChanged
()¶
-
PySide2.QtCharts.QtCharts.QBoxPlotSeries.
doubleClicked
(boxset)¶ - Parameters
boxset –
QBoxSet
-
PySide2.QtCharts.QtCharts.QBoxPlotSeries.
hovered
(status, boxset)¶ - Parameters
status –
bool
boxset –
QBoxSet
-
PySide2.QtCharts.QtCharts.QBoxPlotSeries.
insert
(index, box)¶ - Parameters
index –
int
box –
QBoxSet
- Return type
bool
-
PySide2.QtCharts.QtCharts.QBoxPlotSeries.
pen
()¶ - Return type
QPen
-
PySide2.QtCharts.QtCharts.QBoxPlotSeries.
penChanged
()¶
-
PySide2.QtCharts.QtCharts.QBoxPlotSeries.
pressed
(boxset)¶ - Parameters
boxset –
QBoxSet
-
PySide2.QtCharts.QtCharts.QBoxPlotSeries.
released
(boxset)¶ - Parameters
boxset –
QBoxSet
-
PySide2.QtCharts.QtCharts.QBoxPlotSeries.
remove
(box)¶ - Parameters
box –
QBoxSet
- Return type
bool
-
PySide2.QtCharts.QtCharts.QBoxPlotSeries.
setBoxOutlineVisible
(visible)¶ - Parameters
visible –
bool
-
PySide2.QtCharts.QtCharts.QBoxPlotSeries.
setBoxWidth
(width)¶ - Parameters
width –
qreal
-
PySide2.QtCharts.QtCharts.QBoxPlotSeries.
setBrush
(brush)¶ - Parameters
brush –
QBrush
-
PySide2.QtCharts.QtCharts.QBoxPlotSeries.
setPen
(pen)¶ - Parameters
pen –
QPen
-
PySide2.QtCharts.QtCharts.QBoxPlotSeries.
take
(box)¶ - Parameters
box –
QBoxSet
- Return type
bool