Uses of Class
org.zkoss.chart.plotOptions.Jitter
-
Packages that use Jitter Package Description org.zkoss.chart org.zkoss.chart.plotOptions -
-
Uses of Jitter in org.zkoss.chart
Methods in org.zkoss.chart that return Jitter Modifier and Type Method Description Jitter
Series. getJitter()
Apply a jitter effect for the rendered markers.Methods in org.zkoss.chart with parameters of type Jitter Modifier and Type Method Description void
Series. setJitter(Jitter jitter)
Apply a jitter effect for the rendered markers. -
Uses of Jitter in org.zkoss.chart.plotOptions
Methods in org.zkoss.chart.plotOptions that return Jitter Modifier and Type Method Description Jitter
BubblePlotOptions. getJitter()
Apply a jitter effect for the rendered markers.Jitter
ScatterPlotOptions. getJitter()
Apply a jitter effect for the rendered markers.Methods in org.zkoss.chart.plotOptions with parameters of type Jitter Modifier and Type Method Description void
BubblePlotOptions. setJitter(Jitter jitter)
Apply a jitter effect for the rendered markers.void
ScatterPlotOptions. setJitter(Jitter jitter)
Apply a jitter effect for the rendered markers.
-