public interface PlotCciZonesOptions extends Any
zoneAxis
option. The zone definitions have to be in ascending order
regarding to the value.
In styled mode, the color zones are styled with the .highcharts-zone-{n}
class, or custom classed from the className
option (view live demo).Modifier and Type | Method and Description |
---|---|
String |
getClassName()
(Highcharts, Highstock) Styled mode only.
|
Unknown |
getColor()
(Highcharts, Highstock) Defines the color of the series.
|
String |
getDashStyle()
(Highcharts, Highstock) A name for the dash style to use for the graph.
|
Unknown |
getFillColor()
(Highcharts, Highstock) Defines the fill color for the series (in area
type series)
|
double |
getValue()
(Highcharts, Highstock) The value up to where the zone extends, if
undefined the zones stretches to the last value in the series.
|
void |
setClassName(String value)
(Highcharts, Highstock) Styled mode only.
|
void |
setColor(Any value)
(Highcharts, Highstock) Defines the color of the series.
|
void |
setColor(GradientColorObject value)
(Highcharts, Highstock) Defines the color of the series.
|
void |
setColor(String value)
(Highcharts, Highstock) Defines the color of the series.
|
void |
setDashStyle(String value)
(Highcharts, Highstock) A name for the dash style to use for the graph.
|
void |
setFillColor(Any value)
(Highcharts, Highstock) Defines the fill color for the series (in area
type series)
|
void |
setFillColor(GradientColorObject value)
(Highcharts, Highstock) Defines the fill color for the series (in area
type series)
|
void |
setFillColor(String value)
(Highcharts, Highstock) Defines the fill color for the series (in area
type series)
|
void |
setValue(double value)
(Highcharts, Highstock) The value up to where the zone extends, if
undefined the zones stretches to the last value in the series.
|
@Nullable String getClassName()
void setClassName(String value)
void setColor(GradientColorObject value)
void setColor(String value)
void setColor(Any value)
@Nullable String getDashStyle()
void setDashStyle(String value)
@Nullable Unknown getFillColor()
void setFillColor(GradientColorObject value)
void setFillColor(String value)
void setFillColor(Any value)
double getValue()
void setValue(double value)
Copyright © 2020. All rights reserved.