Uses of Class
org.zkoss.chart.plotOptions.TooltipPlotOptions
-
Packages that use TooltipPlotOptions Package Description org.zkoss.chart.plotOptions -
-
Uses of TooltipPlotOptions in org.zkoss.chart.plotOptions
Methods in org.zkoss.chart.plotOptions that return TooltipPlotOptions Modifier and Type Method Description TooltipPlotOptions
SeriesPlotOptions. getTooltip()
Returns a configuration object for the tooltip rendering of each single series.Methods in org.zkoss.chart.plotOptions with parameters of type TooltipPlotOptions Modifier and Type Method Description void
SeriesPlotOptions. setTooltip(TooltipPlotOptions tooltip)
Sets a configuration object for the tooltip rendering of each single series.
-