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 DashStyleAreaOptions.getDashStyle()ConnectorStyle.getDashStyle()Crosshair.getDashStyle()PlotLine.getDashStyle()PlotOptionsArea.getDashStyle()PlotOptionsArearange.getDashStyle()PlotOptionsAreaspline.getDashStyle()PlotOptionsAreasplinerange.getDashStyle()PlotOptionsBubble.getDashStyle()PlotOptionsBullet.getDashStyle()PlotOptionsGantt.getDashStyle()PlotOptionsLine.getDashStyle()PlotOptionsOrganization.getDashStyle()PlotOptionsPolygon.getDashStyle()PlotOptionsSankey.getDashStyle()PlotOptionsScatter.getDashStyle()PlotOptionsSeries.getDashStyle()PlotOptionsSpline.getDashStyle()PlotOptionsWaterfall.getDashStyle()PlotOptionsXrange.getDashStyle()abstract DashStylePointOptions.getDashStyle()Zones.getDashStyle()XAxis.getGridLineDashStyle()YAxis.getGridLineDashStyle()ZAxis.getGridLineDashStyle()XAxis.getMinorGridLineDashStyle()YAxis.getMinorGridLineDashStyle()ZAxis.getMinorGridLineDashStyle()PlotOptionsBoxplot.getStemDashStyle()PlotOptionsErrorbar.getStemDashStyle()static DashStyleReturns 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 TypeMethodDescriptionvoidLevel.setBorderDashStyle(DashStyle borderDashStyle) Set the dash style of the border of all the point which lies on the level.abstract voidAreaOptions.setDashStyle(DashStyle dashStyle) A name for the dash style to use for the graph.voidConnectorStyle.setDashStyle(DashStyle dashStyle) Set the default dash style for this chart's connecting lines.voidCrosshair.setDashStyle(DashStyle dashStyle) The dash style for the crosshair.voidPlotLine.setDashStyle(DashStyle dashStyle) The dashing or dot style for the plot line.voidPlotOptionsArea.setDashStyle(DashStyle dashStyle) A name for the dash style to use for the graph.voidPlotOptionsArearange.setDashStyle(DashStyle dashStyle) A name for the dash style to use for the graph.voidPlotOptionsAreaspline.setDashStyle(DashStyle dashStyle) A name for the dash style to use for the graph.voidPlotOptionsAreasplinerange.setDashStyle(DashStyle dashStyle) A name for the dash style to use for the graph.voidPlotOptionsBubble.setDashStyle(DashStyle dashStyle) A name for the dash style to use for the graph.voidPlotOptionsBullet.setDashStyle(DashStyle dashStyle) A name for the dash style to use for the graph.voidPlotOptionsGantt.setDashStyle(DashStyle dashStyle) A name for the dash style to use for the graph.voidPlotOptionsLine.setDashStyle(DashStyle dashStyle) A name for the dash style to use for the graph.voidPlotOptionsOrganization.setDashStyle(DashStyle dashStyle) Name of the dash style to use for the graph, or for some series types the outline of each shape.voidPlotOptionsPolygon.setDashStyle(DashStyle dashStyle) A name for the dash style to use for the graph.voidPlotOptionsSankey.setDashStyle(DashStyle dashStyle) Name of the dash style to use for the graph, or for some series types the outline of each shape.voidPlotOptionsScatter.setDashStyle(DashStyle dashStyle) A name for the dash style to use for the graph.voidPlotOptionsSeries.setDashStyle(DashStyle dashStyle) A name for the dash style to use for the graph.voidPlotOptionsSpline.setDashStyle(DashStyle dashStyle) A name for the dash style to use for the graph.voidPlotOptionsWaterfall.setDashStyle(DashStyle dashStyle) A name for the dash style to use for the line connecting the columns of the waterfall series.voidPlotOptionsXrange.setDashStyle(DashStyle dashStyle) A name for the dash style to use for the graph.abstract voidPointOptions.setDashStyle(DashStyle dashStyle) A name for the dash style to use for the graph.voidZones.setDashStyle(DashStyle dashStyle) A name for the dash style to use for the graph.voidXAxis.setGridLineDashStyle(DashStyle gridLineDashStyle) The dash or dot style of the grid lines.voidYAxis.setGridLineDashStyle(DashStyle gridLineDashStyle) The dash or dot style of the grid lines.voidZAxis.setGridLineDashStyle(DashStyle gridLineDashStyle) The dash or dot style of the grid lines.voidXAxis.setMinorGridLineDashStyle(DashStyle minorGridLineDashStyle) The dash or dot style of the minor grid lines.voidYAxis.setMinorGridLineDashStyle(DashStyle minorGridLineDashStyle) The dash or dot style of the minor grid lines.voidZAxis.setMinorGridLineDashStyle(DashStyle minorGridLineDashStyle) The dash or dot style of the minor grid lines.voidPlotOptionsBoxplot.setStemDashStyle(DashStyle stemDashStyle) The dash style of the stem, the vertical line extending from the box to the whiskers.voidPlotOptionsErrorbar.setStemDashStyle(DashStyle stemDashStyle) The dash style of the stem, the vertical line extending from the box to the whiskers.