Uses of Class
de.hybris.platform.platformbackoffice.charts.ChartInfoLabel
-
Packages that use ChartInfoLabel Package Description de.hybris.platform.platformbackoffice.charts de.hybris.platform.platformbackoffice.widgets.charts -
-
Uses of ChartInfoLabel in de.hybris.platform.platformbackoffice.charts
Methods in de.hybris.platform.platformbackoffice.charts that return types with arguments of type ChartInfoLabel Modifier and Type Method Description java.util.Collection<ChartInfoLabel>ChartHandler. getDefaultInfoLabels(org.zkoss.chart.Charts charts)The method should return a default set of labels to be displayed under the chart.java.util.Collection<ChartInfoLabel>DefaultAbstractCollectorChartHandler. getDefaultInfoLabels(org.zkoss.chart.Charts charts)java.util.Collection<ChartInfoLabel>ChartHandler. getInfoLabels(org.zkoss.chart.Charts charts, int pointIndex)The method should return a set of labels to be displayed under the chart for a selected point of the data series (if applicable).java.util.Collection<ChartInfoLabel>DefaultAbstractCollectorChartHandler. getInfoLabels(org.zkoss.chart.Charts charts, int pointIndex) -
Uses of ChartInfoLabel in de.hybris.platform.platformbackoffice.widgets.charts
Method parameters in de.hybris.platform.platformbackoffice.widgets.charts with type arguments of type ChartInfoLabel Modifier and Type Method Description protected voidGenericChartController. renderInfoLabels(java.util.Collection<ChartInfoLabel> infoLabels)
-