class QSeriesTheme

Inheritance diagram of PySide6.QtGraphs.QSeriesTheme

Synopsis

Properties

Methods

Signals

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description

class SeriesColorTheme

Note

Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.

property borderColorsᅟ: list of QColor
Access functions:
property borderWidthᅟ: float
Access functions:
property colorThemeᅟ: QSeriesTheme.SeriesColorTheme
Access functions:
property colorsᅟ: list of QColor
Access functions:
__init__([parent=None])
Parameters:

parentQObject

borderColors()
Return type:

.list of QColor

Getter of property borderColorsᅟ .

borderColorsChanged()

Notification signal of property borderColorsᅟ .

borderWidth()
Return type:

float

Getter of property borderWidthᅟ .

borderWidthChanged()

Notification signal of property borderWidthᅟ .

colorTheme()
Return type:

SeriesColorTheme

Getter of property colorThemeᅟ .

colorThemeChanged()

Notification signal of property colorThemeᅟ .

colors()
Return type:

.list of QColor

Getter of property colorsᅟ .

colorsChanged()

Notification signal of property colorsᅟ .

graphSeriesBorderColor(index)
Parameters:

index – int

Return type:

QColor

graphSeriesColor(index)
Parameters:

index – int

Return type:

QColor

graphSeriesCount()
Return type:

int

indexColorFrom(colors, index)
Parameters:
  • colors – .list of QColor

  • index – int

Return type:

QColor

resetColorTheme()
setBorderColors(newBorderColors)
Parameters:

newBorderColors – .list of QColor

Setter of property borderColorsᅟ .

setBorderWidth(newBorderWidth)
Parameters:

newBorderWidth – float

Setter of property borderWidthᅟ .

setColorTheme(newColorTheme)
Parameters:

newColorThemeSeriesColorTheme

Setter of property colorThemeᅟ .

setColors(newColors)
Parameters:

newColors – .list of QColor

Setter of property colorsᅟ .

setGraphSeriesCount(count)
Parameters:

count – int

update()