public interface SeriesAreasplinerangeDataOptions extends Any
areasplinerange
series type, points can be given in the following ways:
x,low,high
. If the first value is a string, it is applied as the name of
the point, and the x
value is inferred. The x
value can also be omitted,
in which case the inner arrays should be of length 2. Then the x
value is
automatically calculated, either starting at 0 and incremented by 1, or from
pointStart
and pointInterval
given in the series options.(see online
documentation for example)
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
(Highcharts, Gantt) An additional, individual class name for the data
point's graphic representation.
|
Unknown |
getColor()
(Highcharts, Highstock, Gantt) Individual color for the point.
|
double |
getColorIndex()
(Highcharts, Gantt) A specific color index to use for the point, so its
graphic representations are given the class name
highcharts-color-{n} . |
PlotSeriesDataLabelsOptions |
getDataLabels()
(Highcharts, Highstock, Gantt) Individual data label for each point.
|
String |
getDescription()
(Highcharts, Highstock) A description of the point to add to the screen
reader information about the point.
|
SeriesAreasplinerangeDataDragDropOptions |
getDragDrop()
(Highcharts, Highstock, Highmaps) Point specific options for the
draggable-points module.
|
String |
getDrilldown()
(Highcharts) The
id of a series in the drilldown.series array to use
for a drilldown for this point. |
SeriesAreasplinerangeDataEventsOptions |
getEvents()
(Highcharts, Highstock, Gantt) Individual point events
|
double |
getHigh()
(Highcharts, Highstock) The high or maximum value for each data point.
|
String |
getId()
(Highcharts, Highstock, Gantt) An id for the point.
|
double |
getLabelrank()
(Highcharts, Highstock) The rank for this point's data label in case of
collision.
|
double |
getLow()
(Highcharts, Highstock) The low or minimum value for each data point.
|
String |
getName()
(Highcharts, Highstock) The name of the point as shown in the legend,
tooltip, dataLabel etc.
|
boolean |
getSelected()
(Highcharts, Highstock, Gantt) Whether the data point is selected
initially.
|
double |
getX()
(Highcharts, Highstock) The x value of the point.
|
void |
setClassName(String value)
(Highcharts, Gantt) An additional, individual class name for the data
point's graphic representation.
|
void |
setColor(Any value)
(Highcharts, Highstock, Gantt) Individual color for the point.
|
void |
setColor(GradientColorObject value)
(Highcharts, Highstock, Gantt) Individual color for the point.
|
void |
setColor(String value)
(Highcharts, Highstock, Gantt) Individual color for the point.
|
void |
setColorIndex(double value)
(Highcharts, Gantt) A specific color index to use for the point, so its
graphic representations are given the class name
highcharts-color-{n} . |
void |
setDataLabels(PlotSeriesDataLabelsOptions value)
(Highcharts, Highstock, Gantt) Individual data label for each point.
|
void |
setDescription(String value)
(Highcharts, Highstock) A description of the point to add to the screen
reader information about the point.
|
void |
setDragDrop(SeriesAreasplinerangeDataDragDropOptions value)
(Highcharts, Highstock, Highmaps) Point specific options for the
draggable-points module.
|
void |
setDrilldown(String value)
(Highcharts) The
id of a series in the drilldown.series array to use
for a drilldown for this point. |
void |
setEvents(SeriesAreasplinerangeDataEventsOptions value)
(Highcharts, Highstock, Gantt) Individual point events
|
void |
setHigh(double value)
(Highcharts, Highstock) The high or maximum value for each data point.
|
void |
setId(String value)
(Highcharts, Highstock, Gantt) An id for the point.
|
void |
setLabelrank(double value)
(Highcharts, Highstock) The rank for this point's data label in case of
collision.
|
void |
setLow(double value)
(Highcharts, Highstock) The low or minimum value for each data point.
|
void |
setName(String value)
(Highcharts, Highstock) The name of the point as shown in the legend,
tooltip, dataLabel etc.
|
void |
setSelected(boolean value)
(Highcharts, Highstock, Gantt) Whether the data point is selected
initially.
|
void |
setX(double value)
(Highcharts, Highstock) The x value of the point.
|
@Nullable String getClassName()
void setClassName(String value)
@Nullable Unknown getColor()
colors
array.
In styled mode, the color
option doesn't take effect. Instead, use
colorIndex
.void setColor(GradientColorObject value)
colors
array.
In styled mode, the color
option doesn't take effect. Instead, use
colorIndex
.void setColor(String value)
colors
array.
In styled mode, the color
option doesn't take effect. Instead, use
colorIndex
.void setColor(Any value)
colors
array.
In styled mode, the color
option doesn't take effect. Instead, use
colorIndex
.double getColorIndex()
highcharts-color-{n}
.
In styled mode this will change the color of the graphic. In non-styled
mode, the color by is set by the fill
attribute, so the change in class
name won't have a visual effect by default.void setColorIndex(double value)
highcharts-color-{n}
.
In styled mode this will change the color of the graphic. In non-styled
mode, the color by is set by the fill
attribute, so the change in class
name won't have a visual effect by default.@Nullable PlotSeriesDataLabelsOptions getDataLabels()
void setDataLabels(PlotSeriesDataLabelsOptions value)
@Nullable String getDescription()
void setDescription(String value)
@Nullable SeriesAreasplinerangeDataDragDropOptions getDragDrop()
series.dragDrop
.
Requires the draggable-points
module.void setDragDrop(SeriesAreasplinerangeDataDragDropOptions value)
series.dragDrop
.
Requires the draggable-points
module.@Nullable String getDrilldown()
id
of a series in the drilldown.series array to use
for a drilldown for this point.void setDrilldown(String value)
id
of a series in the drilldown.series array to use
for a drilldown for this point.@Nullable SeriesAreasplinerangeDataEventsOptions getEvents()
void setEvents(SeriesAreasplinerangeDataEventsOptions value)
double getHigh()
void setHigh(double value)
@Nullable String getId()
chart.get()
.void setId(String value)
chart.get()
.double getLabelrank()
labelrank
will be drawn.void setLabelrank(double value)
labelrank
will be drawn.double getLow()
void setLow(double value)
@Nullable String getName()
void setName(String value)
boolean getSelected()
void setSelected(boolean value)
double getX()
void setX(double value)
Copyright © 2020. All rights reserved.