Uses of Class
org.zkoss.chart.LevelSize
-
Packages that use LevelSize Package Description org.zkoss.chart org.zkoss.chart.plotOptions -
-
Uses of LevelSize in org.zkoss.chart
Methods in org.zkoss.chart that return LevelSize Modifier and Type Method Description LevelSize
Level. getLevelSize()
Returns options of determining the width of the ring per level, if any.LevelSize
Series. getLevelSize()
Returns options of determining the width of the ring per level, if any.Methods in org.zkoss.chart with parameters of type LevelSize Modifier and Type Method Description void
Level. setLevelSize(LevelSize levelSize)
Sets options of determining the width of the ring per level.void
Series. setLevelSize(LevelSize levelSize)
Sets options of determining the width of the ring per level. -
Uses of LevelSize in org.zkoss.chart.plotOptions
Methods in org.zkoss.chart.plotOptions that return LevelSize Modifier and Type Method Description LevelSize
SunburstPlotOptions. getLevelSize()
Returns options of determining the width of the ring per level, if any.Methods in org.zkoss.chart.plotOptions with parameters of type LevelSize Modifier and Type Method Description void
SunburstPlotOptions. setLevelSize(LevelSize levelSize)
Sets options of determining the width of the ring per level.
-