Uses of Class
org.zkoss.chart.Break
-
Packages that use Break Package Description org.zkoss.chart -
-
Uses of Break in org.zkoss.chart
Methods in org.zkoss.chart that return types with arguments of type Break Modifier and Type Method Description List<Break>
XAxis. getBreaks()
Get the list of breaks defined for this axis.Method parameters in org.zkoss.chart with type arguments of type Break Modifier and Type Method Description void
XAxis. setBreaks(List<Break> breaks)
Set the list of breaks defined for this axis.
-