@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) |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
Number |
getFrom() |
String |
getId() |
String |
getInnerRadius() |
Label |
getLabel() |
String |
getOuterRadius() |
String |
getThickness() |
Number |
getTo() |
Number |
getZIndex() |
void |
setClassName(String className)
A custom class name, in addition to the default
highcharts-plot-band , to apply to each individual 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 String getClassName()
setClassName(String)
public void setClassName(String className)
highcharts-plot-band
, to apply to each individual band.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.