Uses of Enum Class
com.vaadin.flow.component.charts.model.IntervalUnit
Packages that use IntervalUnit
-
Uses of IntervalUnit in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return IntervalUnitModifier and TypeMethodDescriptionabstract IntervalUnitAreaOptions.getPointIntervalUnit()abstract IntervalUnitColumnOptions.getPointIntervalUnit()abstract IntervalUnitOhlcOptions.getPointIntervalUnit()PlotOptionsArea.getPointIntervalUnit()PlotOptionsArearange.getPointIntervalUnit()PlotOptionsAreaspline.getPointIntervalUnit()PlotOptionsAreasplinerange.getPointIntervalUnit()PlotOptionsBar.getPointIntervalUnit()PlotOptionsBoxplot.getPointIntervalUnit()PlotOptionsBubble.getPointIntervalUnit()PlotOptionsBullet.getPointIntervalUnit()PlotOptionsCandlestick.getPointIntervalUnit()PlotOptionsColumn.getPointIntervalUnit()PlotOptionsColumnrange.getPointIntervalUnit()PlotOptionsErrorbar.getPointIntervalUnit()PlotOptionsFlags.getPointIntervalUnit()PlotOptionsLine.getPointIntervalUnit()PlotOptionsOhlc.getPointIntervalUnit()PlotOptionsPolygon.getPointIntervalUnit()PlotOptionsScatter.getPointIntervalUnit()PlotOptionsSeries.getPointIntervalUnit()PlotOptionsSpline.getPointIntervalUnit()PlotOptionsWaterfall.getPointIntervalUnit()abstract IntervalUnitPointOptions.getPointIntervalUnit()static IntervalUnitReturns the enum constant of this class with the specified name.static IntervalUnit[]IntervalUnit.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 IntervalUnitModifier and TypeMethodDescriptionabstract voidAreaOptions.setPointIntervalUnit(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,day,monthandyear.abstract voidColumnOptions.setPointIntervalUnit(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,day,monthandyear.abstract voidOhlcOptions.setPointIntervalUnit(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,day,monthandyear.voidPlotOptionsArea.setPointIntervalUnit(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,day,monthandyear.voidPlotOptionsArearange.setPointIntervalUnit(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,day,monthandyear.voidPlotOptionsAreaspline.setPointIntervalUnit(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,day,monthandyear.voidPlotOptionsAreasplinerange.setPointIntervalUnit(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,day,monthandyear.voidPlotOptionsBar.setPointIntervalUnit(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,day,monthandyear.voidPlotOptionsBoxplot.setPointIntervalUnit(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,day,monthandyear.voidPlotOptionsBubble.setPointIntervalUnit(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,day,monthandyear.voidPlotOptionsBullet.setPointIntervalUnit(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,day,monthandyear.voidPlotOptionsCandlestick.setPointIntervalUnit(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,day,monthandyear.voidPlotOptionsColumn.setPointIntervalUnit(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,day,monthandyear.voidPlotOptionsColumnrange.setPointIntervalUnit(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,day,monthandyear.voidPlotOptionsErrorbar.setPointIntervalUnit(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,day,monthandyear.voidPlotOptionsFlags.setPointIntervalUnit(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,day,monthandyear.voidPlotOptionsLine.setPointIntervalUnit(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,day,monthandyear.voidPlotOptionsOhlc.setPointIntervalUnit(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,day,monthandyear.voidPlotOptionsPolygon.setPointIntervalUnit(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,day,monthandyear.voidPlotOptionsScatter.setPointIntervalUnit(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,day,monthandyear.voidPlotOptionsSeries.setPointIntervalUnit(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,day,monthandyear.voidPlotOptionsSpline.setPointIntervalUnit(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,day,monthandyear.voidPlotOptionsWaterfall.setPointIntervalUnit(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,day,monthandyear.abstract voidPointOptions.setPointIntervalUnit(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,day,monthandyear.