public interface SeriesFunnelDataOptions extends Any
funnel
series
type, points can be given in the following ways:
y
options. Example:(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) A description of the point to add to the screen reader
information about the point.
|
SeriesFunnelDataDragDropOptions |
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. |
SeriesFunnelDataEventsOptions |
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.
|
double |
getLegendIndex()
(Highcharts) The sequential index of the data point in the legend.
|
String |
getName()
(Highcharts) 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 |
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)
(Highcharts) A description of the point to add to the screen reader
information about the point.
|
void |
setDragDrop(SeriesFunnelDataDragDropOptions 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(SeriesFunnelDataEventsOptions 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 |
setLegendIndex(double value)
(Highcharts) The sequential index of the data point in the legend.
|
void |
setName(String value)
(Highcharts) 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 |
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 SeriesFunnelDataDragDropOptions getDragDrop()
series.dragDrop
.
Requires the draggable-points
module.void setDragDrop(SeriesFunnelDataDragDropOptions 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 SeriesFunnelDataEventsOptions getEvents()
void setEvents(SeriesFunnelDataEventsOptions 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 getLegendIndex()
void setLegendIndex(double value)
@Nullable String getName()
void setName(String value)
boolean getSelected()
void setSelected(boolean value)
double getY()
void setY(double value)
Copyright © 2020. All rights reserved.