Uses of Class
org.zkoss.chart.Zone
-
Packages that use Zone Package Description org.zkoss.chart org.zkoss.chart.plotOptions -
-
Uses of Zone in org.zkoss.chart
Methods in org.zkoss.chart that return types with arguments of type Zone Modifier and Type Method Description List<Zone>
Cluster. getZones()
An list defining zones within marker clusters.List<Zone>
Series. getZones()
An list defining zones within a series.Methods in org.zkoss.chart with parameters of type Zone Modifier and Type Method Description void
Cluster. setZones(Zone... zones)
Set the zones within marker clusters.Method parameters in org.zkoss.chart with type arguments of type Zone Modifier and Type Method Description void
Cluster. setZones(List<Zone> zones)
Set the zones within marker clusters.void
Series. setZones(List<Zone> zones)
Set the zones within a series. -
Uses of Zone in org.zkoss.chart.plotOptions
Methods in org.zkoss.chart.plotOptions that return types with arguments of type Zone Modifier and Type Method Description List<Zone>
SeriesPlotOptions. getZones()
An list defining zones within a series.Methods in org.zkoss.chart.plotOptions with parameters of type Zone Modifier and Type Method Description void
SeriesPlotOptions. setZones(Zone... zones)
Set the zones within a series.Method parameters in org.zkoss.chart.plotOptions with type arguments of type Zone Modifier and Type Method Description void
SeriesPlotOptions. setZones(List<Zone> zones)
Set the zones within a series.
-