Uses of Class
org.zkoss.chart.AxisLabels
-
Packages that use AxisLabels Package Description org.zkoss.chart -
-
Uses of AxisLabels in org.zkoss.chart
Subclasses of AxisLabels in org.zkoss.chart Modifier and Type Class Description class
YAxisLabels
A axis labels option for YAxisMethods in org.zkoss.chart that return AxisLabels Modifier and Type Method Description AxisLabels
Axis. getLabels()
Returns the axis labels show the number or category for each tick.AxisLabels
YAxis. getLabels()
Returns the axis labels show the number or category for each tick.Methods in org.zkoss.chart with parameters of type AxisLabels Modifier and Type Method Description void
Axis. setLabels(AxisLabels labels)
Sets the axis labels show the number or category for each tick.
-