Class Zones
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.Zones
- All Implemented Interfaces:
Serializable
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).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()getValue()voidsetClassName(String className) Styled mode only.voidDefines the color of the series.voidsetDashStyle(DashStyle dashStyle) A name for the dash style to use for the graph.voidsetFillColor(Color fillColor) Defines the fill color for the series (in area type series)voidThe value up to where the zone extends, if undefined the zones stretches to the last value in the series.
-
Constructor Details
-
Zones
public Zones()
-
-
Method Details
-
getClassName
- See Also:
-
setClassName
Styled mode only. A custom class name for the zone. -
getColor
- See Also:
-
setColor
Defines the color of the series. -
getDashStyle
- See Also:
-
setDashStyle
A name for the dash style to use for the graph. -
getFillColor
- See Also:
-
setFillColor
Defines the fill color for the series (in area type series) -
getValue
- See Also:
-
setValue
The value up to where the zone extends, if undefined the zones stretches to the last value in the series.Defaults to: undefined
-