| Package | Description |
|---|---|
| com.vaadin.flow.component.charts.model |
| Modifier and Type | Method and Description |
|---|---|
DashStyle |
Level.getBorderDashStyle() |
DashStyle |
Zones.getDashStyle() |
abstract DashStyle |
PointOptions.getDashStyle() |
DashStyle |
PlotOptionsXrange.getDashStyle() |
DashStyle |
PlotOptionsWaterfall.getDashStyle() |
DashStyle |
PlotOptionsSpline.getDashStyle() |
DashStyle |
PlotOptionsSeries.getDashStyle() |
DashStyle |
PlotOptionsScatter.getDashStyle() |
DashStyle |
PlotOptionsPolygon.getDashStyle() |
DashStyle |
PlotOptionsOrganization.getDashStyle() |
DashStyle |
PlotOptionsLine.getDashStyle() |
DashStyle |
PlotOptionsBullet.getDashStyle() |
DashStyle |
PlotOptionsBubble.getDashStyle() |
DashStyle |
PlotOptionsAreasplinerange.getDashStyle() |
DashStyle |
PlotOptionsAreaspline.getDashStyle() |
DashStyle |
PlotOptionsArearange.getDashStyle() |
DashStyle |
PlotOptionsArea.getDashStyle() |
DashStyle |
PlotLine.getDashStyle() |
DashStyle |
Crosshair.getDashStyle() |
abstract DashStyle |
AreaOptions.getDashStyle() |
DashStyle |
ZAxis.getGridLineDashStyle() |
DashStyle |
YAxis.getGridLineDashStyle() |
DashStyle |
XAxis.getGridLineDashStyle() |
DashStyle |
ZAxis.getMinorGridLineDashStyle() |
DashStyle |
YAxis.getMinorGridLineDashStyle() |
DashStyle |
XAxis.getMinorGridLineDashStyle() |
DashStyle |
PlotOptionsErrorbar.getStemDashStyle() |
DashStyle |
PlotOptionsBoxplot.getStemDashStyle() |
static DashStyle |
DashStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DashStyle[] |
DashStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Level.setBorderDashStyle(DashStyle borderDashStyle)
Set the dash style of the border of all the point which lies on the
level.
|
void |
Zones.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 |
PlotOptionsXrange.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 |
PlotOptionsSpline.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 |
PlotOptionsScatter.setDashStyle(DashStyle dashStyle)
A name for the dash style to use for the graph.
|
void |
PlotOptionsPolygon.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 |
PlotOptionsLine.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 |
PlotOptionsBubble.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 |
PlotOptionsAreaspline.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 |
PlotOptionsArea.setDashStyle(DashStyle dashStyle)
A name for the dash style to use for the graph.
|
void |
PlotLine.setDashStyle(DashStyle dashStyle)
The dashing or dot style for the plot line.
|
void |
Crosshair.setDashStyle(DashStyle dashStyle)
The dash style for the crosshair.
|
abstract void |
AreaOptions.setDashStyle(DashStyle dashStyle)
A name for the dash style to use for the graph.
|
void |
ZAxis.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 |
XAxis.setGridLineDashStyle(DashStyle gridLineDashStyle)
The dash or dot style of the grid lines.
|
void |
ZAxis.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 |
XAxis.setMinorGridLineDashStyle(DashStyle minorGridLineDashStyle)
The dash or dot style of the minor grid lines.
|
void |
PlotOptionsErrorbar.setStemDashStyle(DashStyle stemDashStyle)
The dash style of the stem, the vertical line extending from the box to
the whiskers.
|
void |
PlotOptionsBoxplot.setStemDashStyle(DashStyle stemDashStyle)
The dash style of the stem, the vertical line extending from the box to
the whiskers.
|
Copyright © 2022. All rights reserved.