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 JitterSeries. getJitter()Apply a jitter effect for the rendered markers.Methods in org.zkoss.chart with parameters of type Jitter Modifier and Type Method Description voidSeries. 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 JitterBubblePlotOptions. getJitter()Apply a jitter effect for the rendered markers.JitterScatterPlotOptions. 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 voidBubblePlotOptions. setJitter(Jitter jitter)Apply a jitter effect for the rendered markers.voidScatterPlotOptions. setJitter(Jitter jitter)Apply a jitter effect for the rendered markers.
-