Uses of Class
org.zkoss.chart.AxisTitle
-
Packages that use AxisTitle Package Description org.zkoss.chart -
-
Uses of AxisTitle in org.zkoss.chart
Subclasses of AxisTitle in org.zkoss.chart Modifier and Type Class Description class
YAxisTitle
A axis title option for YAxisMethods in org.zkoss.chart that return AxisTitle Modifier and Type Method Description AxisTitle
Axis. getTitle()
Returns the axis title, showing next to the axis line.AxisTitle
YAxis. getTitle()
Returns the axis title, showing next to the axis line.Methods in org.zkoss.chart with parameters of type AxisTitle Modifier and Type Method Description void
Axis. setTitle(AxisTitle title)
Sets the axis title, showing next to the axis line.
-