Uses of Class
org.zkoss.chart.plotOptions.CollapseButton
-
Packages that use CollapseButton Package Description org.zkoss.chart org.zkoss.chart.plotOptions -
-
Uses of CollapseButton in org.zkoss.chart
Methods in org.zkoss.chart that return CollapseButton Modifier and Type Method Description CollapseButton
Series. getCollapseButton()
Returns the options applied to collapse Button for treegraph type.Methods in org.zkoss.chart with parameters of type CollapseButton Modifier and Type Method Description void
Series. setCollapseButton(CollapseButton collapseButton)
Sets the options applied to collapse Button for treegraph type. -
Uses of CollapseButton in org.zkoss.chart.plotOptions
Methods in org.zkoss.chart.plotOptions that return CollapseButton Modifier and Type Method Description CollapseButton
TreegraphPlotOptions. getCollapseButton()
Returns the options applied to collapse Button.Methods in org.zkoss.chart.plotOptions with parameters of type CollapseButton Modifier and Type Method Description void
TreegraphPlotOptions. setCollapseButton(CollapseButton collapseButton)
Sets the options applied to collapse Button.
-