Uses of Class
org.zkoss.chart.PlotLine
-
Packages that use PlotLine Package Description org.zkoss.chart -
-
Uses of PlotLine in org.zkoss.chart
Methods in org.zkoss.chart that return types with arguments of type PlotLine Modifier and Type Method Description List<PlotLine>
Axis. getPlotLines()
Returns a list of lines streching across the plot area, marking a specific value on one of the axes.Methods in org.zkoss.chart with parameters of type PlotLine Modifier and Type Method Description void
Axis. addPlotLine(PlotLine plotLine)
Adds a plot line after render time.void
Axis. removePlotLine(PlotLine plotLine)
Removes a plot line after render time.void
Axis. setPlotLines(PlotLine... plotLines)
Sets a list of lines streching across the plot area, marking a specific value on one of the axes.Method parameters in org.zkoss.chart with type arguments of type PlotLine Modifier and Type Method Description void
Axis. setPlotLines(List<PlotLine> plotLines)
Sets a list of lines streching across the plot area, marking a specific value on one of the axes.
-