Uses of Class
io.qt.charts.QChart.ChartTheme
Package | Description |
---|---|
io.qt.charts |
-
Uses of QChart.ChartTheme in io.qt.charts
Methods in io.qt.charts that return QChart.ChartTheme Modifier and Type Method Description static QChart.ChartTheme
QChart.ChartTheme. resolve(int value)
Returns the corresponding enum entry for the given value.QChart.ChartTheme
QChart. theme()
static QChart.ChartTheme
QChart.ChartTheme. valueOf(String name)
Returns the enum constant of this type with the specified name.static QChart.ChartTheme[]
QChart.ChartTheme. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.charts with parameters of type QChart.ChartTheme Modifier and Type Method Description void
QChart. setTheme(QChart.ChartTheme theme)