@Generated(value="This class is generated and shouldn\'t be modified", comments="Incorrect and missing API should be reported to https://github.com/vaadin/vaadin-charts-flow/issues/new") public class PlotBand extends AbstractConfigurationObject
Constructor and Description |
---|
PlotBand() |
PlotBand(Number from,
Number to,
Color color) |
Modifier and Type | Method and Description |
---|---|
Color |
getBorderColor() |
Number |
getBorderWidth() |
String |
getClassName() |
Color |
getColor() |
Number |
getFrom() |
String |
getId() |
String |
getInnerRadius() |
Label |
getLabel() |
String |
getOuterRadius() |
String |
getThickness() |
Number |
getTo() |
Number |
getZIndex() |
void |
setBorderColor(Color borderColor)
Border color for the plot band.
|
void |
setBorderWidth(Number borderWidth)
Border width for the plot band.
|
void |
setClassName(String className)
A custom class name, in addition to the default
highcharts-plot-band , to apply to each individual band. |
void |
setColor(Color color)
The color of the plot band.
|
void |
setFrom(Date date)
Deprecated.
as of 4.0. Use
#setPointStart(Instant) |
void |
setFrom(Instant instant) |
void |
setFrom(Number from)
The start position of the plot band in axis units.
|
void |
setId(String id)
An id used for identifying the plot band in Axis.removePlotBand.
|
void |
setInnerRadius(String innerRadius)
In a gauge chart, this option determines the inner radius of the plot
band that stretches along the perimeter.
|
void |
setLabel(Label label)
Text labels for the plot bands
|
void |
setOuterRadius(String outerRadius)
In a gauge chart, this option determines the outer radius of the plot
band that stretches along the perimeter.
|
void |
setThickness(String thickness)
In a gauge chart, this option sets the width of the plot band stretching
along the perimeter.
|
void |
setTo(Date date)
Deprecated.
as of 4.0. Use
#setPointStart(Instant) |
void |
setTo(Instant instant) |
void |
setTo(Number to)
The end position of the plot band in axis units.
|
void |
setZIndex(Number zIndex)
The z index of the plot band within the chart, relative to other
elements.
|
public Color getBorderColor()
setBorderColor(Color)
public void setBorderColor(Color borderColor)
borderWidth
to
be set.
Defaults to: null
public Number getBorderWidth()
setBorderWidth(Number)
public void setBorderWidth(Number borderWidth)
borderColor
to
be set.
Defaults to: 0
public String getClassName()
setClassName(String)
public void setClassName(String className)
highcharts-plot-band
, to apply to each individual band.public Color getColor()
setColor(Color)
public void setColor(Color color)
public Number getFrom()
setFrom(Number)
public void setFrom(Number from)
public String getId()
setId(String)
public void setId(String id)
public String getInnerRadius()
setInnerRadius(String)
public void setInnerRadius(String innerRadius)
"100%"
, or as a pixel number, like
100
. By default, the inner radius is controlled by the thickness option.
Defaults to: null
public Label getLabel()
setLabel(Label)
public void setLabel(Label label)
public String getOuterRadius()
setOuterRadius(String)
public void setOuterRadius(String outerRadius)
"100%"
, or as a pixel number, like
100
.
Defaults to: 100%
public String getThickness()
setThickness(String)
public void setThickness(String thickness)
"10%"
, or as a pixel number, like 10
. The
default value 10 is the same as the default tickLength, thus making the plot band act as
a background for the tick markers.
Defaults to: 10
public Number getTo()
setTo(Number)
public void setTo(Number to)
public Number getZIndex()
setZIndex(Number)
public void setZIndex(Number zIndex)
@Deprecated public void setFrom(Date date)
#setPointStart(Instant)
public void setFrom(Instant instant)
setFrom(Number)
@Deprecated public void setTo(Date date)
#setPointStart(Instant)
public void setTo(Instant instant)
setTo(Number)
Copyright © 2020. All rights reserved.