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