Uses of Enum Class
com.vaadin.flow.component.charts.model.DashStyle
Packages that use DashStyle
-
Uses of DashStyle in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return DashStyleModifier and TypeMethodDescriptionLevel.getBorderDashStyle()
abstract DashStyle
AreaOptions.getDashStyle()
Crosshair.getDashStyle()
PlotLine.getDashStyle()
PlotOptionsArea.getDashStyle()
PlotOptionsArearange.getDashStyle()
PlotOptionsAreaspline.getDashStyle()
PlotOptionsAreasplinerange.getDashStyle()
PlotOptionsBubble.getDashStyle()
PlotOptionsBullet.getDashStyle()
PlotOptionsLine.getDashStyle()
PlotOptionsOrganization.getDashStyle()
PlotOptionsPolygon.getDashStyle()
PlotOptionsSankey.getDashStyle()
PlotOptionsScatter.getDashStyle()
PlotOptionsSeries.getDashStyle()
PlotOptionsSpline.getDashStyle()
PlotOptionsWaterfall.getDashStyle()
PlotOptionsXrange.getDashStyle()
abstract DashStyle
PointOptions.getDashStyle()
Zones.getDashStyle()
XAxis.getGridLineDashStyle()
YAxis.getGridLineDashStyle()
ZAxis.getGridLineDashStyle()
XAxis.getMinorGridLineDashStyle()
YAxis.getMinorGridLineDashStyle()
ZAxis.getMinorGridLineDashStyle()
PlotOptionsBoxplot.getStemDashStyle()
PlotOptionsErrorbar.getStemDashStyle()
static DashStyle
Returns the enum constant of this class with the specified name.static DashStyle[]
DashStyle.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 DashStyleModifier and TypeMethodDescriptionvoid
Level.setBorderDashStyle
(DashStyle borderDashStyle) Set the dash style of the border of all the point which lies on the level.abstract void
AreaOptions.setDashStyle
(DashStyle dashStyle) A name for the dash style to use for the graph.void
Crosshair.setDashStyle
(DashStyle dashStyle) The dash style for the crosshair.void
PlotLine.setDashStyle
(DashStyle dashStyle) The dashing or dot style for the plot line.void
PlotOptionsArea.setDashStyle
(DashStyle dashStyle) A name for the dash style to use for the graph.void
PlotOptionsArearange.setDashStyle
(DashStyle dashStyle) A name for the dash style to use for the graph.void
PlotOptionsAreaspline.setDashStyle
(DashStyle dashStyle) A name for the dash style to use for the graph.void
PlotOptionsAreasplinerange.setDashStyle
(DashStyle dashStyle) A name for the dash style to use for the graph.void
PlotOptionsBubble.setDashStyle
(DashStyle dashStyle) A name for the dash style to use for the graph.void
PlotOptionsBullet.setDashStyle
(DashStyle dashStyle) A name for the dash style to use for the graph.void
PlotOptionsLine.setDashStyle
(DashStyle dashStyle) A name for the dash style to use for the graph.void
PlotOptionsOrganization.setDashStyle
(DashStyle dashStyle) Name of the dash style to use for the graph, or for some series types the outline of each shape.void
PlotOptionsPolygon.setDashStyle
(DashStyle dashStyle) A name for the dash style to use for the graph.void
PlotOptionsSankey.setDashStyle
(DashStyle dashStyle) Name of the dash style to use for the graph, or for some series types the outline of each shape.void
PlotOptionsScatter.setDashStyle
(DashStyle dashStyle) A name for the dash style to use for the graph.void
PlotOptionsSeries.setDashStyle
(DashStyle dashStyle) A name for the dash style to use for the graph.void
PlotOptionsSpline.setDashStyle
(DashStyle dashStyle) A name for the dash style to use for the graph.void
PlotOptionsWaterfall.setDashStyle
(DashStyle dashStyle) A name for the dash style to use for the line connecting the columns of the waterfall series.void
PlotOptionsXrange.setDashStyle
(DashStyle dashStyle) A name for the dash style to use for the graph.abstract void
PointOptions.setDashStyle
(DashStyle dashStyle) A name for the dash style to use for the graph.void
Zones.setDashStyle
(DashStyle dashStyle) A name for the dash style to use for the graph.void
XAxis.setGridLineDashStyle
(DashStyle gridLineDashStyle) The dash or dot style of the grid lines.void
YAxis.setGridLineDashStyle
(DashStyle gridLineDashStyle) The dash or dot style of the grid lines.void
ZAxis.setGridLineDashStyle
(DashStyle gridLineDashStyle) The dash or dot style of the grid lines.void
XAxis.setMinorGridLineDashStyle
(DashStyle minorGridLineDashStyle) The dash or dot style of the minor grid lines.void
YAxis.setMinorGridLineDashStyle
(DashStyle minorGridLineDashStyle) The dash or dot style of the minor grid lines.void
ZAxis.setMinorGridLineDashStyle
(DashStyle minorGridLineDashStyle) The dash or dot style of the minor grid lines.void
PlotOptionsBoxplot.setStemDashStyle
(DashStyle stemDashStyle) The dash style of the stem, the vertical line extending from the box to the whiskers.void
PlotOptionsErrorbar.setStemDashStyle
(DashStyle stemDashStyle) The dash style of the stem, the vertical line extending from the box to the whiskers.