Uses of Class
org.zkoss.chart.TraverseUpButton
-
Packages that use TraverseUpButton Package Description org.zkoss.chart org.zkoss.chart.plotOptions -
-
Uses of TraverseUpButton in org.zkoss.chart
Methods in org.zkoss.chart that return TraverseUpButton Modifier and Type Method Description TraverseUpButtonSeries. getTraverseUpButton()Returns options for the button appearing when traversing down in a treemap, if any.Methods in org.zkoss.chart with parameters of type TraverseUpButton Modifier and Type Method Description voidSeries. setTraverseUpButton(TraverseUpButton traverseUpButton)Sets options for the button appearing when traversing down in a treemap. -
Uses of TraverseUpButton in org.zkoss.chart.plotOptions
Methods in org.zkoss.chart.plotOptions that return TraverseUpButton Modifier and Type Method Description TraverseUpButtonSunburstPlotOptions. getTraverseUpButton()Returns options for the button appearing when traversing down in a treemap, if any.TraverseUpButtonTreegraphPlotOptions. getTraverseUpButton()Returns options for the button appearing when traversing down in a treegraph, if any.TraverseUpButtonTreemapPlotOptions. getTraverseUpButton()Returns options for the button appearing when traversing down in a treemap, if any.Methods in org.zkoss.chart.plotOptions with parameters of type TraverseUpButton Modifier and Type Method Description voidSunburstPlotOptions. setTraverseUpButton(TraverseUpButton traverseUpButton)Sets options for the button appearing when traversing down in a treemap.voidTreegraphPlotOptions. setTraverseUpButton(TraverseUpButton traverseUpButton)Sets options for the button appearing when traversing down in a treemap.voidTreemapPlotOptions. setTraverseUpButton(TraverseUpButton traverseUpButton)Sets options for the button appearing when traversing down in a treemap.
-