QSeriesTheme Class

The QSeriesTheme class handles theming of series. More...

Header: #include <QSeriesTheme>
CMake: find_package(Qt6 REQUIRED COMPONENTS Graphs)
target_link_libraries(mytarget PRIVATE Qt6::Graphs)
qmake: QT += graphs
Instantiated By: SeriesTheme
Inherits: QObject and QQmlParserStatus
Status: Technical Preview

Public Functions

QList<QColor> borderColors() const
qreal borderWidth() const
QSeriesTheme::SeriesColorTheme colorTheme() const
QList<QColor> colors() const
void setBorderColors(const QList<QColor> &newBorderColors)
void setBorderWidth(qreal newBorderWidth)
void setColorTheme(const QSeriesTheme::SeriesColorTheme &newColorTheme)
void setColors(const QList<QColor> &newColors)

Signals

Detailed Description

Series theme is used to handle color, border color and border width.