Uses of Class
com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
Packages that use PlotOptionsTreemap Package Description com.vaadin.flow.component.charts.model.style -
-
Uses of PlotOptionsTreemap in com.vaadin.flow.component.charts.model.style
Methods in com.vaadin.flow.component.charts.model.style that return PlotOptionsTreemap Modifier and Type Method Description PlotOptionsTreemap
PlotOptionsStyle. getTreemap()
PlotOptionsTreemap
PlotOptionsStyle. getTreeMap()
Methods in com.vaadin.flow.component.charts.model.style with parameters of type PlotOptionsTreemap Modifier and Type Method Description void
PlotOptionsStyle. setTreemap(PlotOptionsTreemap treemap)
Sets the style options forChartType.TREEMAP
charts
-