Uses of Interface
org.dashbuilder.renderer.chartjs.lib.resources.ChartStyle
-
Packages that use ChartStyle Package Description org.dashbuilder.renderer.chartjs.lib org.dashbuilder.renderer.chartjs.lib.resources -
-
Uses of ChartStyle in org.dashbuilder.renderer.chartjs.lib
Fields in org.dashbuilder.renderer.chartjs.lib declared as ChartStyle Modifier and Type Field Description protected ChartStyleChart. styleMethods in org.dashbuilder.renderer.chartjs.lib with parameters of type ChartStyle Modifier and Type Method Description voidChart. setChartStyle(ChartStyle style)Set new style to the char widget.Constructors in org.dashbuilder.renderer.chartjs.lib with parameters of type ChartStyle Constructor Description Chart(ChartStyle style)This constructor creates new chart instance with customChartStyle -
Uses of ChartStyle in org.dashbuilder.renderer.chartjs.lib.resources
Methods in org.dashbuilder.renderer.chartjs.lib.resources that return ChartStyle Modifier and Type Method Description ChartStyleResources. chartStyle()Default style required for chart styling
-