class QBoxSet

Inheritance diagram of PySide6.QtCharts.QBoxSet

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

class ValuePositions

Note

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

property brushᅟ: QBrush
Access functions:
property penᅟ: QPen
Access functions:
__init__([label=""[, parent=None]])
Parameters:
__init__(le, lq, m, uq, ue[, label=""[, parent=None]])
Parameters:
  • le – float

  • lq – float

  • m – float

  • uq – float

  • ue – float

  • label – str

  • parentQObject

append(values)
Parameters:

values – .list of qreal

append(value)
Parameters:

value – float

at(index)
Parameters:

index – int

Return type:

float

brush()
Return type:

QBrush

Getter of property brushᅟ .

brushChanged()

Notification signal of property brushᅟ .

clear()
cleared()
clicked()
count()
Return type:

int

doubleClicked()
hovered(status)
Parameters:

status – bool

label()
Return type:

str

__lshift__(value)
Parameters:

value – float

Return type:

QBoxSet

operator(index)
Parameters:

index – int

Return type:

float

pen()
Return type:

QPen

Getter of property penᅟ .

penChanged()

Notification signal of property penᅟ .

pressed()
released()
setBrush(brush)
Parameters:

brushQBrush

Setter of property brushᅟ .

setLabel(label)
Parameters:

label – str

setPen(pen)
Parameters:

penQPen

Setter of property penᅟ .

setValue(index, value)
Parameters:
  • index – int

  • value – float

valueChanged(index)
Parameters:

index – int

valuesChanged()