Uses of Class
org.zkoss.chart.plotOptions.PlotOptions
-
Packages that use PlotOptions Package Description org.zkoss.chart -
-
Uses of PlotOptions in org.zkoss.chart
Methods in org.zkoss.chart that return PlotOptions Modifier and Type Method Description PlotOptions
Charts. getPlotOptions()
Returns the plotOptions option, if any.PlotOptions
ChartsApi. getPlotOptions()
Returns the plotOptions option, if any.PlotOptions
ChartsEngine. getPlotOptions()
PlotOptions
PlotData. getPlotOptions()
Returns the plot optionsMethods in org.zkoss.chart with parameters of type PlotOptions Modifier and Type Method Description void
Charts. setPlotOptions(PlotOptions plotOptions)
Sets the plotOptions optionsvoid
ChartsApi. setPlotOptions(PlotOptions plotOptions)
Sets the plotOptions optionsvoid
ChartsEngine. setPlotOptions(PlotOptions plotOptions)
void
PlotData. setPlotOptions(PlotOptions plotOptions)
Sets the plot options
-