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 LevelSizeLevel. getLevelSize()Returns options of determining the width of the ring per level, if any.LevelSizeSeries. 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 voidLevel. setLevelSize(LevelSize levelSize)Sets options of determining the width of the ring per level.voidSeries. 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 LevelSizeSunburstPlotOptions. 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 voidSunburstPlotOptions. setLevelSize(LevelSize levelSize)Sets options of determining the width of the ring per level.
-