class QSeriesTheme#

Inheritance diagram of PySide6.QtGraphs.QSeriesTheme

概述#

属性#

方法#

信号#

注意

这份文档可能包含从C++自动翻译到Python的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译存在问题,您也可以通过在https:/bugreports.qt.io/projects/PYSIDE创建工单的方式来告诉我们

详细描述#

class SeriesColorTheme#

注意

当使用 `from __feature__ import true_property` 时,可以直接使用属性,否则通过访问器函数使用。

property borderColorsᅟ: QColor 的列表#
访问函数
属性 borderWidthᅟ: float#
访问函数
属性 colorThemeᅟ: QSeriesTheme.SeriesColorTheme#
访问函数
属性 colorsᅟ: list of QColor#
访问函数
__init__([parent=None])#
参数:

parentQObject

borderColors()#
返回类型::

QColor 列表

属性 borderColorsᅟ 的获取器。

borderColorsChanged()#

属性 borderColorsᅟ 的通知信号。

borderWidth()#
返回类型::

float

属性 borderWidthᅟ 的获取器。

borderWidthChanged()#

属性 borderWidthᅟ 的通知信号。

colorTheme()#
返回类型::

系列颜色主题获取器

属性colorTheme的获取器。

colorThemeChanged()#

属性colorTheme的通知信号。

colors()#
返回类型::

QColor 列表

属性colors的获取器。

colorsChanged()#

属性colors的通知信号。

graphSeriesBorderColor(index)#
参数:

index – int

返回类型::

QColor

graphSeriesColor(index)#
参数:

index – int

返回类型::

QColor

graphSeriesCount()#
返回类型::

int

indexColorFrom(colors, index)#
参数:
  • colors – .QColor列表

  • index – int

返回类型::

QColor

resetColorTheme()#
setBorderColors(newBorderColors)#
参数:

newBorderColors – .QColor列表

属性borderColors的设置器。

setBorderWidth(newBorderWidth)#
参数:

newBorderWidth – float

属性borderWidth的设置器。

setColorTheme(newColorTheme)#
参数:

newColorThemeSeriesColorTheme

属性colorTheme的设置器。

setColors(newColors)#
参数:

newColors – .list of QColor

属性colors的设置器。

setGraphSeriesCount(count)#
参数:

count – int

update()#