class QBoxPlotSeries

Inheritance diagram of PySide6.QtCharts.QBoxPlotSeries

Synopsis

Properties

Methods

Signals

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description

Note

Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.

property boxOutlineVisibleᅟ: bool
Access functions:
property boxWidthᅟ: float
Access functions:
property brushᅟ: QBrush
Access functions:
property countᅟ: int
Access functions:
property penᅟ: QPen
Access functions:
__init__([parent=None])
Parameters:

parentQObject

append(box)
Parameters:

boxQBoxSet

Return type:

bool

append(boxes)
Parameters:

boxes – .list of QBoxSet

Return type:

bool

boxOutlineVisibilityChanged()

Notification signal of property boxOutlineVisibleᅟ .

boxOutlineVisible()
Return type:

bool

Getter of property boxOutlineVisibleᅟ .

boxSets()
Return type:

.list of QBoxSet

boxWidth()
Return type:

float

Getter of property boxWidthᅟ .

boxWidthChanged()

Notification signal of property boxWidthᅟ .

boxsetsAdded(sets)
Parameters:

sets – .list of QBoxSet

boxsetsRemoved(sets)
Parameters:

sets – .list of QBoxSet

brush()
Return type:

QBrush

Getter of property brushᅟ .

brushChanged()

Notification signal of property brushᅟ .

clear()
clicked(boxset)
Parameters:

boxsetQBoxSet

count()
Return type:

int

Getter of property countᅟ .

countChanged()

Notification signal of property countᅟ .

doubleClicked(boxset)
Parameters:

boxsetQBoxSet

hovered(status, boxset)
Parameters:
  • status – bool

  • boxsetQBoxSet

insert(index, box)
Parameters:
Return type:

bool

pen()
Return type:

QPen

Getter of property penᅟ .

penChanged()

Notification signal of property penᅟ .

pressed(boxset)
Parameters:

boxsetQBoxSet

released(boxset)
Parameters:

boxsetQBoxSet

remove(box)
Parameters:

boxQBoxSet

Return type:

bool

setBoxOutlineVisible(visible)
Parameters:

visible – bool

Setter of property boxOutlineVisibleᅟ .

setBoxWidth(width)
Parameters:

width – float

Setter of property boxWidthᅟ .

setBrush(brush)
Parameters:

brushQBrush

Setter of property brushᅟ .

setPen(pen)
Parameters:

penQPen

Setter of property penᅟ .

take(box)
Parameters:

boxQBoxSet

Return type:

bool