QtCharts.QBarModelMapper¶

Inherited by: QtCharts.QHBarModelMapper, QtCharts.QVBarModelMapper
New in version 5.7.
Synopsis¶
Functions¶
def
count
()def
first
()def
firstBarSetSection
()def
lastBarSetSection
()def
model
()def
orientation
()def
series
()def
setCount
(count)def
setFirst
(first)def
setFirstBarSetSection
(firstBarSetSection)def
setLastBarSetSection
(lastBarSetSection)def
setModel
(model)def
setOrientation
(orientation)def
setSeries
(series)
Detailed Description¶
-
class
PySide2.QtCharts.QtCharts.
QBarModelMapper
([parent=None])¶ - Parameters
parent –
QObject
-
PySide2.QtCharts.QtCharts.QBarModelMapper.
count
()¶ - Return type
int
-
PySide2.QtCharts.QtCharts.QBarModelMapper.
first
()¶ - Return type
int
-
PySide2.QtCharts.QtCharts.QBarModelMapper.
firstBarSetSection
()¶ - Return type
int
-
PySide2.QtCharts.QtCharts.QBarModelMapper.
lastBarSetSection
()¶ - Return type
int
-
PySide2.QtCharts.QtCharts.QBarModelMapper.
model
()¶ - Return type
QAbstractItemModel
-
PySide2.QtCharts.QtCharts.QBarModelMapper.
orientation
()¶ - Return type
Orientation
-
PySide2.QtCharts.QtCharts.QBarModelMapper.
series
()¶ - Return type
QAbstractBarSeries
-
PySide2.QtCharts.QtCharts.QBarModelMapper.
setCount
(count)¶ - Parameters
count –
int
-
PySide2.QtCharts.QtCharts.QBarModelMapper.
setFirst
(first)¶ - Parameters
first –
int
-
PySide2.QtCharts.QtCharts.QBarModelMapper.
setFirstBarSetSection
(firstBarSetSection)¶ - Parameters
firstBarSetSection –
int
-
PySide2.QtCharts.QtCharts.QBarModelMapper.
setLastBarSetSection
(lastBarSetSection)¶ - Parameters
lastBarSetSection –
int
-
PySide2.QtCharts.QtCharts.QBarModelMapper.
setModel
(model)¶ - Parameters
model –
QAbstractItemModel
-
PySide2.QtCharts.QtCharts.QBarModelMapper.
setOrientation
(orientation)¶ - Parameters
orientation –
Orientation
-
PySide2.QtCharts.QtCharts.QBarModelMapper.
setSeries
(series)¶ - Parameters
series –
QAbstractBarSeries