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 arrayvoid
XAxis.addPlotLine
(PlotLine plotLine) Adds plotLine to the plotLines arrayvoid
YAxis.addPlotLine
(PlotLine plotLine) Adds plotLine to the plotLines arrayvoid
ZAxis.addPlotLine
(PlotLine plotLine) Adds plotLine to the plotLines arrayabstract void
Axis.removePlotLine
(PlotLine plotLine) Removes first occurrence of plotLine in plotLines arrayvoid
XAxis.removePlotLine
(PlotLine plotLine) Removes first occurrence of plotLine in plotLines arrayvoid
YAxis.removePlotLine
(PlotLine plotLine) Removes first occurrence of plotLine in plotLines arrayvoid
ZAxis.removePlotLine
(PlotLine plotLine) Removes first occurrence of plotLine in plotLines arrayabstract 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 axisvoid
ZAxis.setPlotLines
(PlotLine... plotLines) An array of lines stretching across the plot area, marking a specific value on one of the axes.