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.
|
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() |
@Option(value="color.linearGradient") public final LinearGradient color_linearGradient
@Option(value="color.radialGradient") public final RadialGradient color_radialGradient
@Option(value="color.stops") public String[][] color_stops
@Option public Double from
@Option public String id
Copyright © 2018 Fujion Framework. All rights reserved.