We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Class
com.vaadin.flow.component.charts.model.PlotLine
Packages that use PlotLine
-
Uses of PlotLine in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return PlotLineModifier and TypeMethodDescriptionabstract PlotLine[]
Axis.getPlotLines()
PlotLine[]
XAxis.getPlotLines()
PlotLine[]
YAxis.getPlotLines()
PlotLine[]
ZAxis.getPlotLines()
Methods in com.vaadin.flow.component.charts.model with parameters of type PlotLineModifier and TypeMethodDescriptionabstract void
Axis.addPlotLine
(PlotLine plotLine) Adds plotLine to the plotLines array
void
XAxis.addPlotLine
(PlotLine plotLine) Adds plotLine to the plotLines array
void
YAxis.addPlotLine
(PlotLine plotLine) Adds plotLine to the plotLines array
void
ZAxis.addPlotLine
(PlotLine plotLine) Adds plotLine to the plotLines array
abstract void
Axis.removePlotLine
(PlotLine plotLine) Removes first occurrence of plotLine in plotLines array
void
XAxis.removePlotLine
(PlotLine plotLine) Removes first occurrence of plotLine in plotLines array
void
YAxis.removePlotLine
(PlotLine plotLine) Removes first occurrence of plotLine in plotLines array
void
ZAxis.removePlotLine
(PlotLine plotLine) Removes first occurrence of plotLine in plotLines array
abstract void
Axis.setPlotLines
(PlotLine... plotLines) An array of lines stretching across the plot area, marking a specific value on one of the axes.
void
XAxis.setPlotLines
(PlotLine... plotLines) An array of lines stretching across the plot area, marking a specific value on one of the axes.
void
YAxis.setPlotLines
(PlotLine... plotLines) An array of objects representing plot lines on the X axis
void
ZAxis.setPlotLines
(PlotLine... plotLines) An array of lines stretching across the plot area, marking a specific value on one of the axes.