Uses of Enum Class
com.vaadin.flow.component.charts.model.Dimension
-
Uses of Dimension in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return DimensionModifier and TypeMethodDescriptionabstract Dimension
AreaOptions.getFindNearestPointBy()
abstract Dimension
OhlcOptions.getFindNearestPointBy()
PlotOptionsArea.getFindNearestPointBy()
PlotOptionsArearange.getFindNearestPointBy()
PlotOptionsAreaspline.getFindNearestPointBy()
PlotOptionsAreasplinerange.getFindNearestPointBy()
PlotOptionsBar.getFindNearestPointBy()
PlotOptionsBoxplot.getFindNearestPointBy()
PlotOptionsBubble.getFindNearestPointBy()
PlotOptionsBullet.getFindNearestPointBy()
PlotOptionsCandlestick.getFindNearestPointBy()
PlotOptionsColumn.getFindNearestPointBy()
PlotOptionsColumnrange.getFindNearestPointBy()
PlotOptionsErrorbar.getFindNearestPointBy()
PlotOptionsFlags.getFindNearestPointBy()
PlotOptionsFunnel.getFindNearestPointBy()
PlotOptionsGauge.getFindNearestPointBy()
PlotOptionsHeatmap.getFindNearestPointBy()
PlotOptionsLine.getFindNearestPointBy()
PlotOptionsOhlc.getFindNearestPointBy()
PlotOptionsPie.getFindNearestPointBy()
PlotOptionsPolygon.getFindNearestPointBy()
PlotOptionsPyramid.getFindNearestPointBy()
PlotOptionsScatter.getFindNearestPointBy()
PlotOptionsSeries.getFindNearestPointBy()
PlotOptionsSolidgauge.getFindNearestPointBy()
PlotOptionsSpline.getFindNearestPointBy()
PlotOptionsTreemap.getFindNearestPointBy()
PlotOptionsWaterfall.getFindNearestPointBy()
abstract Dimension
PointOptions.getFindNearestPointBy()
abstract Dimension
PyramidOptions.getFindNearestPointBy()
ChartModel.getPinchType()
ChartModel.getZoomType()
static Dimension
Returns the enum constant of this class with the specified name.
static Dimension[]
Dimension.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 DimensionModifier and TypeMethodDescriptionabstract void
AreaOptions.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
abstract void
OhlcOptions.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
void
PlotOptionsArea.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
void
PlotOptionsArearange.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
void
PlotOptionsAreaspline.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
void
PlotOptionsAreasplinerange.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
void
PlotOptionsBar.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
void
PlotOptionsBoxplot.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
void
PlotOptionsBubble.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
void
PlotOptionsBullet.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
void
PlotOptionsCandlestick.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
void
PlotOptionsColumn.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
void
PlotOptionsColumnrange.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
void
PlotOptionsErrorbar.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
void
PlotOptionsFlags.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
void
PlotOptionsFunnel.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
void
PlotOptionsGauge.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
void
PlotOptionsHeatmap.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
void
PlotOptionsLine.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
void
PlotOptionsOhlc.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
void
PlotOptionsPie.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
void
PlotOptionsPolygon.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
void
PlotOptionsPyramid.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
void
PlotOptionsScatter.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
void
PlotOptionsSeries.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
void
PlotOptionsSolidgauge.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
void
PlotOptionsSpline.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
void
PlotOptionsTreemap.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
void
PlotOptionsWaterfall.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
abstract void
PointOptions.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
abstract void
PyramidOptions.setFindNearestPointBy
(Dimension findNearestPointBy) Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
void
ChartModel.setPinchType
(Dimension pinchType) Equivalent to zoomType, but for multitouch gestures only.
void
ChartModel.setZoomType
(Dimension zoomType) Decides in what dimensions the user can zoom by dragging the mouse.