- class QSeriesTheme#
-
Synopsis#
Properties#
Methods#
def
__init__()
def
borderColors()
def
borderWidth()
def
colorTheme()
def
colors()
def
indexColorFrom()
def
setBorderWidth()
def
setColorTheme()
def
setColors()
Signals#
def
colorsChanged()
def
update()
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:
Signal
colorsChanged()
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:
Getter of property
colorThemeᅟ
.- colorThemeChanged()#
Notification signal of property
colorThemeᅟ
.Getter of property
colorsᅟ
.- colorsChanged()#
Notification signal of property
colorsᅟ
.- graphSeriesCount()#
- Return type:
int
- resetColorTheme()#
- setBorderColors(newBorderColors)#
- Parameters:
newBorderColors – .list of QColor
Setter of property
borderColorsᅟ
.- setBorderWidth(newBorderWidth)#
- Parameters:
newBorderWidth – float
Setter of property
borderWidthᅟ
.- setColorTheme(newColorTheme)#
- Parameters:
newColorTheme –
SeriesColorTheme
Setter of property
colorThemeᅟ
.- setColors(newColors)#
- Parameters:
newColors – .list of QColor
Setter of property
colorsᅟ
.- setGraphSeriesCount(count)#
- Parameters:
count – int
- update()#