Uses of Enum Class
com.vaadin.flow.component.charts.model.Compare
Packages that use Compare
-
Uses of Compare in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return CompareModifier and TypeMethodDescriptionabstract CompareAreaOptions.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 ComparePointOptions.getCompare()static CompareReturns 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.Methods in com.vaadin.flow.component.charts.model with parameters of type CompareModifier and TypeMethodDescriptionabstract voidAreaOptions.setCompare(Compare compare) Compare the values of the series against the first non-null, non-zero value in the visible range.voidPlotOptionsArea.setCompare(Compare compare) Compare the values of the series against the first non-null, non-zero value in the visible range.voidPlotOptionsArearange.setCompare(Compare compare) Compare the values of the series against the first non-null, non-zero value in the visible range.voidPlotOptionsAreaspline.setCompare(Compare compare) Compare the values of the series against the first non-null, non-zero value in the visible range.voidPlotOptionsAreasplinerange.setCompare(Compare compare) Compare the values of the series against the first non-null, non-zero value in the visible range.voidPlotOptionsColumn.setCompare(Compare compare) Compare the values of the series against the first non-null, non-zero value in the visible range.voidPlotOptionsColumnrange.setCompare(Compare compare) Compare the values of the series against the first non-null, non-zero value in the visible range.voidPlotOptionsLine.setCompare(Compare compare) Compare the values of the series against the first non-null, non-zero value in the visible range.voidPlotOptionsOhlc.setCompare(Compare compare) Compare the values of the series against the first non-null, non-zero value in the visible range.voidPlotOptionsPolygon.setCompare(Compare compare) Compare the values of the series against the first non-null, non-zero value in the visible range.voidPlotOptionsScatter.setCompare(Compare compare) Compare the values of the series against the first non-null, non-zero value in the visible range.voidPlotOptionsSeries.setCompare(Compare compare) Compare the values of the series against the first non-null, non-zero value in the visible range.voidPlotOptionsSpline.setCompare(Compare compare) Compare the values of the series against the first non-null, non-zero value in the visible range.abstract voidPointOptions.setCompare(Compare compare) Compare the values of the series against the first non-null, non-zero value in the visible range.