Uses of Class
org.zkoss.chart.NoData
-
Packages that use NoData Package Description org.zkoss.chart -
-
Uses of NoData in org.zkoss.chart
Methods in org.zkoss.chart that return NoData Modifier and Type Method Description NoData
Charts. getNoData()
Returns the no-data optionsNoData
ChartsApi. getNoData()
Returns the no-data optionsNoData
ChartsEngine. getNoData()
NoData
PlotData. getNoData()
Returns the no-data optionsMethods in org.zkoss.chart with parameters of type NoData Modifier and Type Method Description void
Charts. setNoData(NoData noData)
Sets the no-data optionsvoid
ChartsApi. setNoData(NoData noData)
Sets the no-data optionsvoid
ChartsEngine. setNoData(NoData noData)
void
PlotData. setNoData(NoData noData)
Sets the no-data options
-