QtCharts.QBoxPlotSeries

Inheritance diagram of PySide2.QtCharts.QtCharts.QBoxPlotSeries

New in version 5.7.

Synopsis

Functions

Signals

Detailed Description

class PySide2.QtCharts.QtCharts.QBoxPlotSeries([parent=None])
Parameters

parentQObject

PySide2.QtCharts.QtCharts.QBoxPlotSeries.append(boxes)
Parameters

boxes

Return type

bool

PySide2.QtCharts.QtCharts.QBoxPlotSeries.append(box)
Parameters

boxQBoxSet

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

boxsetQBoxSet

PySide2.QtCharts.QtCharts.QBoxPlotSeries.count()
Return type

int

PySide2.QtCharts.QtCharts.QBoxPlotSeries.countChanged()
PySide2.QtCharts.QtCharts.QBoxPlotSeries.doubleClicked(boxset)
Parameters

boxsetQBoxSet

PySide2.QtCharts.QtCharts.QBoxPlotSeries.hovered(status, boxset)
Parameters
  • statusbool

  • boxsetQBoxSet

PySide2.QtCharts.QtCharts.QBoxPlotSeries.insert(index, box)
Parameters
  • indexint

  • boxQBoxSet

Return type

bool

PySide2.QtCharts.QtCharts.QBoxPlotSeries.pen()
Return type

QPen

PySide2.QtCharts.QtCharts.QBoxPlotSeries.penChanged()
PySide2.QtCharts.QtCharts.QBoxPlotSeries.pressed(boxset)
Parameters

boxsetQBoxSet

PySide2.QtCharts.QtCharts.QBoxPlotSeries.released(boxset)
Parameters

boxsetQBoxSet

PySide2.QtCharts.QtCharts.QBoxPlotSeries.remove(box)
Parameters

boxQBoxSet

Return type

bool

PySide2.QtCharts.QtCharts.QBoxPlotSeries.setBoxOutlineVisible(visible)
Parameters

visiblebool

PySide2.QtCharts.QtCharts.QBoxPlotSeries.setBoxWidth(width)
Parameters

widthqreal

PySide2.QtCharts.QtCharts.QBoxPlotSeries.setBrush(brush)
Parameters

brushQBrush

PySide2.QtCharts.QtCharts.QBoxPlotSeries.setPen(pen)
Parameters

penQPen

PySide2.QtCharts.QtCharts.QBoxPlotSeries.take(box)
Parameters

boxQBoxSet

Return type

bool