Modifier and Type | Method and Description |
---|---|
String |
getBorderColor()
(Highcharts, Highstock, Gantt) Border color for the plot band.
|
double |
getBorderWidth()
(Highcharts, Highstock, Gantt) Border width for the plot band.
|
String |
getClassName()
(Highcharts, Highstock, Gantt) A custom class name, in addition to the
default
highcharts-plot-band , to apply to each individual band. |
Unknown |
getColor()
(Highcharts, Highstock, Gantt) The color of the plot band.
|
Any |
getEvents()
(Highcharts, Highstock, Gantt) An object defining mouse events for the
plot band.
|
double |
getFrom()
(Highcharts, Highstock, Gantt) The start position of the plot band in
axis units.
|
String |
getId()
(Highcharts, Highstock, Gantt) An id used for identifying the plot band
in Axis.removePlotBand.
|
Unknown |
getInnerRadius()
(Highcharts) In a gauge chart, this option determines the inner radius of
the plot band that stretches along the perimeter.
|
NavigatorYAxisPlotBandsLabelOptions |
getLabel()
(Highcharts, Highstock, Gantt) Text labels for the plot bands
|
Unknown |
getOuterRadius()
(Highcharts) In a gauge chart, this option determines the outer radius of
the plot band that stretches along the perimeter.
|
Unknown |
getThickness()
(Highcharts) In a gauge chart, this option sets the width of the plot
band stretching along the perimeter.
|
double |
getTo()
(Highcharts, Highstock, Gantt) The end position of the plot band in axis
units.
|
double |
getZIndex()
(Highcharts, Highstock, Gantt) The z index of the plot band within the
chart, relative to other elements.
|
void |
setBorderColor(String value)
(Highcharts, Highstock, Gantt) Border color for the plot band.
|
void |
setBorderWidth(double value)
(Highcharts, Highstock, Gantt) Border width for the plot band.
|
void |
setClassName(String value)
(Highcharts, Highstock, Gantt) A custom class name, in addition to the
default
highcharts-plot-band , to apply to each individual band. |
void |
setColor(Any value)
(Highcharts, Highstock, Gantt) The color of the plot band.
|
void |
setColor(GradientColorObject value)
(Highcharts, Highstock, Gantt) The color of the plot band.
|
void |
setColor(String value)
(Highcharts, Highstock, Gantt) The color of the plot band.
|
void |
setEvents(Any value)
(Highcharts, Highstock, Gantt) An object defining mouse events for the
plot band.
|
void |
setFrom(double value)
(Highcharts, Highstock, Gantt) The start position of the plot band in
axis units.
|
void |
setId(String value)
(Highcharts, Highstock, Gantt) An id used for identifying the plot band
in Axis.removePlotBand.
|
void |
setInnerRadius(double value)
(Highcharts) In a gauge chart, this option determines the inner radius of
the plot band that stretches along the perimeter.
|
void |
setInnerRadius(String value)
(Highcharts) In a gauge chart, this option determines the inner radius of
the plot band that stretches along the perimeter.
|
void |
setLabel(NavigatorYAxisPlotBandsLabelOptions value)
(Highcharts, Highstock, Gantt) Text labels for the plot bands
|
void |
setOuterRadius(double value)
(Highcharts) In a gauge chart, this option determines the outer radius of
the plot band that stretches along the perimeter.
|
void |
setOuterRadius(String value)
(Highcharts) In a gauge chart, this option determines the outer radius of
the plot band that stretches along the perimeter.
|
void |
setThickness(double value)
(Highcharts) In a gauge chart, this option sets the width of the plot
band stretching along the perimeter.
|
void |
setThickness(String value)
(Highcharts) In a gauge chart, this option sets the width of the plot
band stretching along the perimeter.
|
void |
setTo(double value)
(Highcharts, Highstock, Gantt) The end position of the plot band in axis
units.
|
void |
setZIndex(double value)
(Highcharts, Highstock, Gantt) The z index of the plot band within the
chart, relative to other elements.
|
@Nullable String getBorderColor()
borderWidth
to be set.void setBorderColor(String value)
borderWidth
to be set.double getBorderWidth()
borderColor
to be set.void setBorderWidth(double value)
borderColor
to be set.@Nullable String getClassName()
highcharts-plot-band
, to apply to each individual band.void setClassName(String value)
highcharts-plot-band
, to apply to each individual band.void setColor(GradientColorObject value)
void setColor(String value)
void setColor(Any value)
@Nullable Any getEvents()
click
, mouseover
, mouseout
,
mousemove
.void setEvents(Any value)
click
, mouseover
, mouseout
,
mousemove
.double getFrom()
void setFrom(double value)
@Nullable String getId()
void setId(String value)
@Nullable Unknown getInnerRadius()
"100%"
, or as a pixel number, like 100
. By
default, the inner radius is controlled by the thickness option.void setInnerRadius(double value)
"100%"
, or as a pixel number, like 100
. By
default, the inner radius is controlled by the thickness option.void setInnerRadius(String value)
"100%"
, or as a pixel number, like 100
. By
default, the inner radius is controlled by the thickness option.@Nullable NavigatorYAxisPlotBandsLabelOptions getLabel()
void setLabel(NavigatorYAxisPlotBandsLabelOptions value)
@Nullable Unknown getOuterRadius()
"100%"
, or as a pixel number, like 100
.void setOuterRadius(double value)
"100%"
, or as a pixel number, like 100
.void setOuterRadius(String value)
"100%"
, or as a pixel number, like 100
.@Nullable Unknown getThickness()
"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.void setThickness(double value)
"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.void setThickness(String value)
"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.double getTo()
void setTo(double value)
double getZIndex()
void setZIndex(double value)
Copyright © 2020. All rights reserved.