Uses of Enum Class
com.vaadin.flow.component.charts.model.Compare
-
Uses of Compare in com.vaadin.flow.component.charts.model
Modifier and TypeMethodDescriptionabstract Compare
AreaOptions.getCompare()
PlotOptionsArea.getCompare()
PlotOptionsArearange.getCompare()
PlotOptionsAreaspline.getCompare()
PlotOptionsAreasplinerange.getCompare()
PlotOptionsColumn.getCompare()
PlotOptionsColumnrange.getCompare()
PlotOptionsLine.getCompare()
PlotOptionsOhlc.getCompare()
PlotOptionsPolygon.getCompare()
PlotOptionsScatter.getCompare()
PlotOptionsSeries.getCompare()
PlotOptionsSpline.getCompare()
abstract Compare
PointOptions.getCompare()
static Compare
Returns the enum constant of this class with the specified name.static Compare[]
Compare.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionabstract void
AreaOptions.setCompare
(Compare compare) Compare the values of the series against the first non-null, non-zero value in the visible range.void
PlotOptionsArea.setCompare
(Compare compare) Compare the values of the series against the first non-null, non-zero value in the visible range.void
PlotOptionsArearange.setCompare
(Compare compare) Compare the values of the series against the first non-null, non-zero value in the visible range.void
PlotOptionsAreaspline.setCompare
(Compare compare) Compare the values of the series against the first non-null, non-zero value in the visible range.void
PlotOptionsAreasplinerange.setCompare
(Compare compare) Compare the values of the series against the first non-null, non-zero value in the visible range.void
PlotOptionsColumn.setCompare
(Compare compare) Compare the values of the series against the first non-null, non-zero value in the visible range.void
PlotOptionsColumnrange.setCompare
(Compare compare) Compare the values of the series against the first non-null, non-zero value in the visible range.void
PlotOptionsLine.setCompare
(Compare compare) Compare the values of the series against the first non-null, non-zero value in the visible range.void
PlotOptionsOhlc.setCompare
(Compare compare) Compare the values of the series against the first non-null, non-zero value in the visible range.void
PlotOptionsPolygon.setCompare
(Compare compare) Compare the values of the series against the first non-null, non-zero value in the visible range.void
PlotOptionsScatter.setCompare
(Compare compare) Compare the values of the series against the first non-null, non-zero value in the visible range.void
PlotOptionsSeries.setCompare
(Compare compare) Compare the values of the series against the first non-null, non-zero value in the visible range.void
PlotOptionsSpline.setCompare
(Compare compare) Compare the values of the series against the first non-null, non-zero value in the visible range.abstract void
PointOptions.setCompare
(Compare compare) Compare the values of the series against the first non-null, non-zero value in the visible range.