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 classYAxisLabelsA axis labels option for YAxisMethods in org.zkoss.chart that return AxisLabels Modifier and Type Method Description AxisLabelsAxis. getLabels()Returns the axis labels show the number or category for each tick.AxisLabelsYAxis. 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 voidAxis. setLabels(AxisLabels labels)Sets the axis labels show the number or category for each tick.
-