Package | Description |
---|---|
com.vaadin.flow.component.charts.model |
Modifier and Type | Method and Description |
---|---|
PlotLine[] |
ZAxis.getPlotLines() |
PlotLine[] |
YAxis.getPlotLines() |
PlotLine[] |
XAxis.getPlotLines() |
abstract PlotLine[] |
Axis.getPlotLines() |
Modifier and Type | Method and Description |
---|---|
void |
ZAxis.addPlotLine(PlotLine plotLine)
Adds plotLine to the plotLines array
|
void |
YAxis.addPlotLine(PlotLine plotLine)
Adds plotLine to the plotLines array
|
void |
XAxis.addPlotLine(PlotLine plotLine)
Adds plotLine to the plotLines array
|
abstract void |
Axis.addPlotLine(PlotLine plotLine)
Adds plotLine to the plotLines array
|
void |
ZAxis.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 |
XAxis.removePlotLine(PlotLine plotLine)
Removes first occurrence of plotLine in plotLines array
|
abstract void |
Axis.removePlotLine(PlotLine plotLine)
Removes first occurrence of plotLine in plotLines array
|
void |
ZAxis.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 |
XAxis.setPlotLines(PlotLine... plotLines)
An array of lines stretching across the plot area, marking a specific
value on one of the axes.
|
abstract void |
Axis.setPlotLines(PlotLine... plotLines)
An array of lines stretching across the plot area, marking a specific
value on one of the axes.
|
Copyright © 2020. All rights reserved.