Reference documentation
|
Contains the predefined colors and static methods to get default colors for series. More...
Public Types | |
enum | PredefinedColor |
Thistle predefined colors used by default. More... | |
Static Public Member Functions | |
static QColor | predefinedColor (int key) |
Returns the QColor in the enumeration PredefinedColors at the index key. More... | |
static QColor | predefinedDarkColor (int key) |
Returns the dark QColor in the enumeration PredefinedColors at the index key. More... | |
static QColor | predefinedLightColor (int key) |
Returns the light QColor in the enumeration PredefinedColors at the index key. More... | |
static QColor | predefinedRegularColor (int key) |
Returns the regular QColor in the enumeration PredefinedColors at the index key. More... | |
Contains the predefined colors and static methods to get default colors for series.
enum PredefinedColor |
Thistle predefined colors used by default.
|
inlinestatic |
Returns the QColor in the enumeration PredefinedColors at the index key.
This function is used by ItemStyle to get a color by default.
|
inlinestatic |
Returns the dark QColor in the enumeration PredefinedColors at the index key.
This function is used by ItemStyle to get a color by default.
|
inlinestatic |
Returns the light QColor in the enumeration PredefinedColors at the index key.
This function is used by ItemStyle to get a color by default.
|
inlinestatic |
Returns the regular QColor in the enumeration PredefinedColors at the index key.
This function is used by ItemStyle to get a color by default.