Uses of Enum Class
com.vaadin.flow.component.charts.model.IntervalUnit
-
Uses of IntervalUnit in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return IntervalUnitModifier and TypeMethodDescriptionabstract IntervalUnit
AreaOptions.getPointIntervalUnit()
abstract IntervalUnit
ColumnOptions.getPointIntervalUnit()
abstract IntervalUnit
OhlcOptions.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 IntervalUnit
PointOptions.getPointIntervalUnit()
static IntervalUnit
Returns 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 void
AreaOptions.setPointIntervalUnit
(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
.abstract void
ColumnOptions.setPointIntervalUnit
(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
.abstract void
OhlcOptions.setPointIntervalUnit
(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
.void
PlotOptionsArea.setPointIntervalUnit
(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
.void
PlotOptionsArearange.setPointIntervalUnit
(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
.void
PlotOptionsAreaspline.setPointIntervalUnit
(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
.void
PlotOptionsAreasplinerange.setPointIntervalUnit
(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
.void
PlotOptionsBar.setPointIntervalUnit
(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
.void
PlotOptionsBoxplot.setPointIntervalUnit
(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
.void
PlotOptionsBubble.setPointIntervalUnit
(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
.void
PlotOptionsBullet.setPointIntervalUnit
(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
.void
PlotOptionsCandlestick.setPointIntervalUnit
(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
.void
PlotOptionsColumn.setPointIntervalUnit
(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
.void
PlotOptionsColumnrange.setPointIntervalUnit
(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
.void
PlotOptionsErrorbar.setPointIntervalUnit
(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
.void
PlotOptionsFlags.setPointIntervalUnit
(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
.void
PlotOptionsLine.setPointIntervalUnit
(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
.void
PlotOptionsOhlc.setPointIntervalUnit
(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
.void
PlotOptionsPolygon.setPointIntervalUnit
(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
.void
PlotOptionsScatter.setPointIntervalUnit
(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
.void
PlotOptionsSeries.setPointIntervalUnit
(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
.void
PlotOptionsSpline.setPointIntervalUnit
(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
.void
PlotOptionsWaterfall.setPointIntervalUnit
(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
.abstract void
PointOptions.setPointIntervalUnit
(IntervalUnit pointIntervalUnit) On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
.