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()
(Highstock) A description of the point to add to the screen reader
information about the point.
|
SeriesCmfDataDragDropOptions |
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. |
SeriesCmfDataEventsOptions |
getEvents()
(Highcharts, Highstock, Gantt) Individual point events
|
String |
getId()
(Highcharts, Highstock, Gantt) An id for the point.
|
double |
getLabelrank()
(Highstock) The rank for this point's data label in case of collision.
|
SeriesCmfDataMarkerOptions |
getMarker()
(Highcharts, Highstock) Options for the point markers of line-like
series.
|
String |
getName()
(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.
|
double |
getY()
(Highcharts, Highstock) The y 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)
(Highstock) A description of the point to add to the screen reader
information about the point.
|
void |
setDragDrop(SeriesCmfDataDragDropOptions 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(SeriesCmfDataEventsOptions value)
(Highcharts, Highstock, Gantt) Individual point events
|
void |
setId(String value)
(Highcharts, Highstock, Gantt) An id for the point.
|
void |
setLabelrank(double value)
(Highstock) The rank for this point's data label in case of collision.
|
void |
setMarker(SeriesCmfDataMarkerOptions value)
(Highcharts, Highstock) Options for the point markers of line-like
series.
|
void |
setName(String value)
(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.
|
void |
setY(double value)
(Highcharts, Highstock) The y 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 SeriesCmfDataDragDropOptions getDragDrop()
series.dragDrop
.
Requires the draggable-points
module.void setDragDrop(SeriesCmfDataDragDropOptions 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 SeriesCmfDataEventsOptions getEvents()
void setEvents(SeriesCmfDataEventsOptions 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 SeriesCmfDataMarkerOptions getMarker()
fillColor
, lineColor
and lineWidth
define
the visual appearance of the markers. Other series types, like column
series, don't have markers, but have visual options on the series level
instead.
In styled mode, the markers can be styled with the .highcharts-point
,
.highcharts-point-hover
and .highcharts-point-select
class names.void setMarker(SeriesCmfDataMarkerOptions value)
fillColor
, lineColor
and lineWidth
define
the visual appearance of the markers. Other series types, like column
series, don't have markers, but have visual options on the series level
instead.
In styled mode, the markers can be styled with the .highcharts-point
,
.highcharts-point-hover
and .highcharts-point-select
class names.@Nullable String getName()
void setName(String value)
boolean getSelected()
void setSelected(boolean value)
double getX()
void setX(double value)
double getY()
void setY(double value)
Copyright © 2020. All rights reserved.