public class PlotLineOptions extends Options
| Modifier and Type | Field and Description |
|---|---|
String |
color
The color of the plot line.
|
DashStyle |
dashStyle
The dashing or dot style for the plot line.
|
String |
id
An id used for identifying the plot line in Axis.removePlotBand.
|
Double |
value
The position of the line in axis units.
|
Integer |
width
The width or thickness of the plot line.
|
Integer |
zIndex
The z index of the plot line within the chart.
|
| Constructor and Description |
|---|
PlotLineOptions() |
Copyright © 2018 Fujion Framework. All rights reserved.