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 voidAxis.addPlotLine(PlotLine plotLine) Adds plotLine to the plotLines arrayvoidXAxis.addPlotLine(PlotLine plotLine) Adds plotLine to the plotLines arrayvoidYAxis.addPlotLine(PlotLine plotLine) Adds plotLine to the plotLines arrayvoidZAxis.addPlotLine(PlotLine plotLine) Adds plotLine to the plotLines arrayabstract voidAxis.removePlotLine(PlotLine plotLine) Removes first occurrence of plotLine in plotLines arrayvoidXAxis.removePlotLine(PlotLine plotLine) Removes first occurrence of plotLine in plotLines arrayvoidYAxis.removePlotLine(PlotLine plotLine) Removes first occurrence of plotLine in plotLines arrayvoidZAxis.removePlotLine(PlotLine plotLine) Removes first occurrence of plotLine in plotLines arrayabstract voidAxis.setPlotLines(PlotLine... plotLines) An array of lines stretching across the plot area, marking a specific value on one of the axes.voidXAxis.setPlotLines(PlotLine... plotLines) An array of lines stretching across the plot area, marking a specific value on one of the axes.voidYAxis.setPlotLines(PlotLine... plotLines) An array of objects representing plot lines on the X axisvoidZAxis.setPlotLines(PlotLine... plotLines) An array of lines stretching across the plot area, marking a specific value on one of the axes.