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 CollapseButtonSeries. 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 voidSeries. 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 CollapseButtonTreegraphPlotOptions. getCollapseButton()Returns the options applied to collapse Button.Methods in org.zkoss.chart.plotOptions with parameters of type CollapseButton Modifier and Type Method Description voidTreegraphPlotOptions. setCollapseButton(CollapseButton collapseButton)Sets the options applied to collapse Button.
-