Modifier and Type | Method and Description |
---|---|
String |
getBorderColor()
(Highcharts, Highstock) The color of the border surrounding the column or
bar.
|
double |
getBorderWidth()
(Highcharts, Highstock) The width of the border surrounding the column or
bar.
|
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) A description of the point to add to the screen reader
information about the point.
|
SeriesParetoDataDragDropOptions |
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. |
SeriesParetoDataEventsOptions |
getEvents()
(Highcharts, Highstock, Gantt) Individual point events
|
String |
getId()
(Highcharts, Highstock, Gantt) An id for the point.
|
double |
getLabelrank()
(Highcharts) The rank for this point's data label in case of collision.
|
String |
getName()
(Highcharts) The name of the point as shown in the legend, tooltip,
dataLabel etc.
|
double |
getPointWidth()
(Highcharts, Highstock, Gantt) A pixel value specifying a fixed width for
the column or bar.
|
boolean |
getSelected()
(Highcharts, Highstock, Gantt) Whether the data point is selected
initially.
|
double |
getX()
(Highcharts, Highstock) The x value of the point.
|
double |
getY()
(Highcharts, Highstock) The y value of the point.
|
void |
setBorderColor(String value)
(Highcharts, Highstock) The color of the border surrounding the column or
bar.
|
void |
setBorderWidth(double value)
(Highcharts, Highstock) The width of the border surrounding the column or
bar.
|
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) A description of the point to add to the screen reader
information about the point.
|
void |
setDragDrop(SeriesParetoDataDragDropOptions 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(SeriesParetoDataEventsOptions value)
(Highcharts, Highstock, Gantt) Individual point events
|
void |
setId(String value)
(Highcharts, Highstock, Gantt) An id for the point.
|
void |
setLabelrank(double value)
(Highcharts) The rank for this point's data label in case of collision.
|
void |
setName(String value)
(Highcharts) The name of the point as shown in the legend, tooltip,
dataLabel etc.
|
void |
setPointWidth(double value)
(Highcharts, Highstock, Gantt) A pixel value specifying a fixed width for
the column or bar.
|
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.
|
void |
setY(double value)
(Highcharts, Highstock) The y value of the point.
|
@Nullable String getBorderColor()
.highcharts-point
rule.void setBorderColor(String value)
.highcharts-point
rule.double getBorderWidth()
.highcharts-point
rule.void setBorderWidth(double value)
.highcharts-point
rule.@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 SeriesParetoDataDragDropOptions getDragDrop()
series.dragDrop
.
Requires the draggable-points
module.void setDragDrop(SeriesParetoDataDragDropOptions 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 SeriesParetoDataEventsOptions getEvents()
void setEvents(SeriesParetoDataEventsOptions 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.@Nullable String getName()
void setName(String value)
double getPointWidth()
void setPointWidth(double value)
boolean getSelected()
void setSelected(boolean value)
double getX()
void setX(double value)
double getY()
void setY(double value)
Copyright © 2020. All rights reserved.