| Modifier and Type | Field and Description |
|---|---|
DashStyle |
LevelOptions.borderDashStyle
Border dash style on all points which lies on the same level.
|
DashStyle |
Zone.dashStyle
A name for the dash style to use for the graph.
|
DashStyle |
PlotOptions.dashStyle
A name for the dash style to use for the graph.
|
DashStyle |
PlotLineOptions.dashStyle
The dashing or dot style for the plot line.
|
DashStyle |
Axis.gridLineDashStyle
The dash or dot style of the grid lines.
|
DashStyle |
Axis.minorGridLineDashStyle
The dash or dot style of the minor grid lines.
|
DashStyle |
PlotErrorBar.stemDashStyle
The dash style of the stem, the vertical line extending from the box to the whiskers.
|
DashStyle |
PlotBox.stemDashStyle
The dash style of the stem, the vertical line extending from the box to the whiskers.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2018 Fujion Framework. All rights reserved.