Uses of Class
com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
Packages that use DataLabelsFunnel Package Description com.vaadin.flow.component.charts.model -
-
Uses of DataLabelsFunnel in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return DataLabelsFunnel Modifier and Type Method Description DataLabelsFunnelPlotOptionsFunnel. getDataLabels()DataLabelsFunnelPlotOptionsPyramid. getDataLabels()abstract DataLabelsFunnelPyramidOptions. getDataLabels()Methods in com.vaadin.flow.component.charts.model with parameters of type DataLabelsFunnel Modifier and Type Method Description voidPlotOptionsFunnel. setDataLabels(DataLabelsFunnel dataLabels)voidPlotOptionsPyramid. setDataLabels(DataLabelsFunnel dataLabels)abstract voidPyramidOptions. setDataLabels(DataLabelsFunnel dataLabels)Specific data labels configuration for a series type
-