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.
|
PlotLabelOptions |
label
Text labels for the plot bands.
|
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() |
public String color
public DashStyle dashStyle
public String id
public final PlotLabelOptions label
public Double value
public Integer width
public Integer zIndex
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.