Uses of Class
org.zkoss.chart.BubbleLegend.Range
-
Packages that use BubbleLegend.Range Package Description org.zkoss.chart -
-
Uses of BubbleLegend.Range in org.zkoss.chart
Methods in org.zkoss.chart that return types with arguments of type BubbleLegend.Range Modifier and Type Method Description List<BubbleLegend.Range>
BubbleLegend. getRanges()
Returns the options for specific range.Methods in org.zkoss.chart with parameters of type BubbleLegend.Range Modifier and Type Method Description void
BubbleLegend. setRanges(BubbleLegend.Range... ranges)
Sets the options for specific range.Method parameters in org.zkoss.chart with type arguments of type BubbleLegend.Range Modifier and Type Method Description void
BubbleLegend. setRanges(List<BubbleLegend.Range> ranges)
Sets the options for specific range.
-