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

    Modifier and Type
    Method
    Description
    abstract 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
    Compare.valueOf(String name)
    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.
    Methods in com.vaadin.flow.component.charts.model with parameters of type Compare
    Modifier and Type
    Method
    Description
    abstract 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.