class QXYModelMapper#

Inheritance diagram of PySide6.QtCharts.QXYModelMapper

继承自: QVXYModelMapper, QHXYModelMapper

摘要#

方法#

详细说明#

__init__([parent=None])#
参数:

parentQObject

count()#
返回类型:

int

first()#
返回类型:

int

model()#
返回类型:

QAbstractItemModel

orientation()#
返回类型:

方向

setCount(count)#
参数:

count – int

setFirst(first)#
参数:

first – int

setModel(model)#
参数:

modelQAbstractItemModel

setOrientation(orientation)#
参数:

orientationOrientation

setXSection(xSection)#
参数:

xSection – int

setYSection(ySection)#
参数:

ySection – int

xSection()#
返回类型:

int

ySection()#
返回类型:

int