public class Zones extends AbstractConfigurationObject
An array defining zones within a series. Zones can be applied to the X axis,
Y axis or Z axis for bubbles, according to the zoneAxis
option.
In
styled mode, the color zones are styled with the
.highcharts-zone-{n}
class, or custom classed from the
className
option (view live demo).
Constructor and Description |
---|
Zones() |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
Color |
getColor() |
DashStyle |
getDashStyle() |
Color |
getFillColor() |
Number |
getValue() |
void |
setClassName(String className)
Styled mode only.
|
void |
setColor(Color color)
Defines the color of the series.
|
void |
setDashStyle(DashStyle dashStyle)
A name for the dash style to use for the graph.
|
void |
setFillColor(Color fillColor)
Defines the fill color for the series (in area type series)
|
void |
setValue(Number value)
The value up to where the zone extends, if undefined the zones stretches
to the last value in the series.
|
public String getClassName()
setClassName(String)
public void setClassName(String className)
public Color getColor()
setColor(Color)
public void setColor(Color color)
public DashStyle getDashStyle()
setDashStyle(DashStyle)
public void setDashStyle(DashStyle dashStyle)
public Color getFillColor()
setFillColor(Color)
public void setFillColor(Color fillColor)
public Number getValue()
setValue(Number)
public void setValue(Number value)
Defaults to: undefined
Copyright © 2024. All rights reserved.