QtCharts.QBoxPlotModelMapper¶

Inherited by: QtCharts.QHBoxPlotModelMapper, QtCharts.QVBoxPlotModelMapper
New in version 5.7.
Synopsis¶
Functions¶
def
count
()def
first
()def
firstBoxSetSection
()def
lastBoxSetSection
()def
model
()def
orientation
()def
series
()def
setCount
(count)def
setFirst
(first)def
setFirstBoxSetSection
(firstBoxSetSection)def
setLastBoxSetSection
(lastBoxSetSection)def
setModel
(model)def
setOrientation
(orientation)def
setSeries
(series)
Detailed Description¶
-
class
PySide2.QtCharts.QtCharts.
QBoxPlotModelMapper
([parent=None])¶ - Parameters
parent –
QObject
-
PySide2.QtCharts.QtCharts.QBoxPlotModelMapper.
count
()¶ - Return type
int
-
PySide2.QtCharts.QtCharts.QBoxPlotModelMapper.
first
()¶ - Return type
int
-
PySide2.QtCharts.QtCharts.QBoxPlotModelMapper.
firstBoxSetSection
()¶ - Return type
int
-
PySide2.QtCharts.QtCharts.QBoxPlotModelMapper.
lastBoxSetSection
()¶ - Return type
int
-
PySide2.QtCharts.QtCharts.QBoxPlotModelMapper.
model
()¶ - Return type
QAbstractItemModel
-
PySide2.QtCharts.QtCharts.QBoxPlotModelMapper.
orientation
()¶ - Return type
Orientation
-
PySide2.QtCharts.QtCharts.QBoxPlotModelMapper.
series
()¶ - Return type
QBoxPlotSeries
-
PySide2.QtCharts.QtCharts.QBoxPlotModelMapper.
setCount
(count)¶ - Parameters
count –
int
-
PySide2.QtCharts.QtCharts.QBoxPlotModelMapper.
setFirst
(first)¶ - Parameters
first –
int
-
PySide2.QtCharts.QtCharts.QBoxPlotModelMapper.
setFirstBoxSetSection
(firstBoxSetSection)¶ - Parameters
firstBoxSetSection –
int
-
PySide2.QtCharts.QtCharts.QBoxPlotModelMapper.
setLastBoxSetSection
(lastBoxSetSection)¶ - Parameters
lastBoxSetSection –
int
-
PySide2.QtCharts.QtCharts.QBoxPlotModelMapper.
setModel
(model)¶ - Parameters
model –
QAbstractItemModel
-
PySide2.QtCharts.QtCharts.QBoxPlotModelMapper.
setOrientation
(orientation)¶ - Parameters
orientation –
Orientation
-
PySide2.QtCharts.QtCharts.QBoxPlotModelMapper.
setSeries
(series)¶ - Parameters
series –
QBoxPlotSeries