| Modifier and Type | Method and Description |
|---|---|
ChartTheme |
Dashboard.getChartTheme() |
ChartTheme |
DashboardComponent.getComponentChartTheme() |
ChartTheme |
Dashboard.getDashboardChartTheme() |
static ChartTheme |
ChartTheme.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChartTheme[] |
ChartTheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dashboard.setChartTheme(ChartTheme chartTheme) |
void |
DashboardComponent.setComponentChartTheme(ChartTheme componentChartTheme) |
void |
Dashboard.setDashboardChartTheme(ChartTheme dashboardChartTheme) |
Copyright © 2020. All Rights Reserved.