public class PlotBandOptions extends Options
| Modifier and Type | Field and Description |
|---|---|
String |
color
The color of the plot band.
|
LinearGradient |
color_linearGradient
The linear gradient that defines the line which defines the direction of the gradient.
|
RadialGradient |
color_radialGradient
The radial gradient that defines the line which defines the direction of the gradient.
|
String[][] |
color_stops
The "stops" that define where the color transitions happen in the linear gradient.
|
Double |
from
The start position of the plot band in axis units.
|
String |
id
An id used for identifying the plot band in Axis.removePlotBand.
|
PlotLabelOptions |
label
Text labels for the plot bands.
|
Double |
to
The end position of the plot band in axis units.
|
Integer |
zIndex
The z index of the plot band within the chart.
|
| Constructor and Description |
|---|
PlotBandOptions() |
public String color
public final LinearGradient color_linearGradient
public final RadialGradient color_radialGradient
public String[][] color_stops
public Double from
public String id
public final PlotLabelOptions label
public Double to
public Integer zIndex
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.