Uses of Class
org.zkoss.chart.Chart
-
Packages that use Chart Package Description org.zkoss.chart -
-
Uses of Chart in org.zkoss.chart
Methods in org.zkoss.chart that return Chart Modifier and Type Method Description Chart
Charts. getChart()
Returns the Chart options, if any.Chart
ChartsApi. getChart()
Returns the Chart options, if any.Chart
ChartsEngine. getChart()
Chart
PlotData. getChart()
Returns the chart optionsMethods in org.zkoss.chart with parameters of type Chart Modifier and Type Method Description void
Charts. setChart(Chart chart)
Sets the Chart optionsvoid
ChartsApi. setChart(Chart chart)
Sets the Chart optionsvoid
ChartsEngine. setChart(Chart chart)
void
PlotData. setChart(Chart chart)
Sets the chart options
-