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:

parentPySide2.QtCore.QObject

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

boxes

Return type:

bool

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

boxPySide2.QtCharts.QtCharts.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:

float

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:

PySide2.QtGui.QBrush

PySide2.QtCharts.QtCharts.QBoxPlotSeries.brushChanged()
PySide2.QtCharts.QtCharts.QBoxPlotSeries.clear()
PySide2.QtCharts.QtCharts.QBoxPlotSeries.clicked(boxset)
Parameters:

boxsetPySide2.QtCharts.QtCharts.QBoxSet

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

int

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

boxsetPySide2.QtCharts.QtCharts.QBoxSet

PySide2.QtCharts.QtCharts.QBoxPlotSeries.hovered(status, boxset)
Parameters:
PySide2.QtCharts.QtCharts.QBoxPlotSeries.insert(index, box)
Parameters:
Return type:

bool

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

PySide2.QtGui.QPen

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

boxsetPySide2.QtCharts.QtCharts.QBoxSet

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

boxsetPySide2.QtCharts.QtCharts.QBoxSet

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

boxPySide2.QtCharts.QtCharts.QBoxSet

Return type:

bool

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

visible – bool

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

width – float

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

brushPySide2.QtGui.QBrush

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

penPySide2.QtGui.QPen

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

boxPySide2.QtCharts.QtCharts.QBoxSet

Return type:

bool