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