QBoxPlotSeries

PyQt5.QtChart.QBoxPlotSeries

Inherits from QAbstractSeries.

Description

TODO

Methods

__init__(parent: QObject = None)

TODO


append(QBoxSet) → bool

TODO


append(Iterable[QBoxSet]) → bool

TODO


boxOutlineVisible() → bool

TODO


boxSets() → List[QBoxSet]

TODO


boxWidth() → float

TODO


brush() → QBrush

TODO


clear()

TODO


count() → int

TODO


insert(int, QBoxSet) → bool

TODO


__len__() → int

TODO


pen() → QPen

TODO


remove(QBoxSet) → bool

TODO


setBoxOutlineVisible(bool)

TODO


setBoxWidth(float)

TODO


setBrush(Union[QBrush, QColor, GlobalColor, QGradient])

TODO


setPen(Union[QPen, QColor, GlobalColor, QGradient])

TODO


take(QBoxSet) → bool

TODO


type() → SeriesType

TODO

Signals

boxOutlineVisibilityChanged()

TODO


boxsetsAdded(Iterable[QBoxSet])

TODO


boxsetsRemoved(Iterable[QBoxSet])

TODO


boxWidthChanged()

TODO


brushChanged()

TODO


clicked(QBoxSet)

TODO


countChanged()

TODO


doubleClicked(QBoxSet)

TODO


hovered(bool, QBoxSet)

TODO


penChanged()

TODO


pressed(QBoxSet)

TODO


released(QBoxSet)

TODO