Uses of Class
org.zkoss.chart.LowMarker
-
Packages that use LowMarker Package Description org.zkoss.chart org.zkoss.chart.plotOptions -
-
Uses of LowMarker in org.zkoss.chart
Methods in org.zkoss.chart that return LowMarker Modifier and Type Method Description LowMarker
Series. getLowMarker()
Returns options for the lower markers of the dumbbell-like series.Methods in org.zkoss.chart with parameters of type LowMarker Modifier and Type Method Description void
Series. setLowMarker(LowMarker lowMarker)
Sets options for the lower markers of the dumbbell-like series. -
Uses of LowMarker in org.zkoss.chart.plotOptions
Methods in org.zkoss.chart.plotOptions that return LowMarker Modifier and Type Method Description LowMarker
DumbbellPlotOptions. getLowMarker()
Returns options for the lower markers of the dumbbell-like series.Methods in org.zkoss.chart.plotOptions with parameters of type LowMarker Modifier and Type Method Description void
DumbbellPlotOptions. setLowMarker(LowMarker lowMarker)
Sets options for the lower markers of the dumbbell-like series.
-