Uses of Class
com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
Packages that use PlotOptionsPyramid Package Description com.vaadin.flow.component.charts.model.style -
-
Uses of PlotOptionsPyramid in com.vaadin.flow.component.charts.model.style
Methods in com.vaadin.flow.component.charts.model.style that return PlotOptionsPyramid Modifier and Type Method Description PlotOptionsPyramid
PlotOptionsStyle. getPyramid()
Methods in com.vaadin.flow.component.charts.model.style with parameters of type PlotOptionsPyramid Modifier and Type Method Description void
PlotOptionsStyle. setPyramid(PlotOptionsPyramid pyramid)
Sets the style options forChartType.PYRAMID
charts
-