Modifier and Type | Interface and Description |
---|---|
static interface |
PlotSunburstEventsOptions.CheckboxClick |
static interface |
PlotSunburstEventsOptions.Hide |
static interface |
PlotSunburstEventsOptions.LegendItemClick |
static interface |
PlotSunburstEventsOptions.MouseOut |
static interface |
PlotSunburstEventsOptions.MouseOver |
static interface |
PlotSunburstEventsOptions.Show |
Modifier and Type | Method and Description |
---|---|
SeriesAfterAnimateCallbackFunction |
getAfterAnimate()
(Highcharts, Highstock, Gantt) Fires after the series has finished its
initial animation, or in case animation is disabled, immediately as the
series is displayed.
|
PlotSunburstEventsOptions.CheckboxClick |
getCheckboxClick()
(Highcharts) Fires when the checkbox next to the point name in the legend
is clicked.
|
SeriesClickCallbackFunction |
getClick()
(Highcharts) Fires when the series is clicked.
|
PlotSunburstEventsOptions.Hide |
getHide()
(Highcharts) Fires when the series is hidden after chart generation time,
either by clicking the legend item or by calling
.hide() . |
PlotSunburstEventsOptions.LegendItemClick |
getLegendItemClick()
(Highcharts) Not applicable to pies, as the legend item is per point.
|
PlotSunburstEventsOptions.MouseOut |
getMouseOut()
(Highcharts) Fires when the mouse leaves the graph.
|
PlotSunburstEventsOptions.MouseOver |
getMouseOver()
(Highcharts) Fires when the mouse enters the graph.
|
PlotSunburstEventsOptions.Show |
getShow()
(Highcharts) Fires when the series is shown after chart generation time,
either by clicking the legend item or by calling
.show() . |
void |
setAfterAnimate(SeriesAfterAnimateCallbackFunction value)
(Highcharts, Highstock, Gantt) Fires after the series has finished its
initial animation, or in case animation is disabled, immediately as the
series is displayed.
|
void |
setCheckboxClick(PlotSunburstEventsOptions.CheckboxClick value)
(Highcharts) Fires when the checkbox next to the point name in the legend
is clicked.
|
void |
setClick(SeriesClickCallbackFunction value)
(Highcharts) Fires when the series is clicked.
|
void |
setHide(PlotSunburstEventsOptions.Hide value)
(Highcharts) Fires when the series is hidden after chart generation time,
either by clicking the legend item or by calling
.hide() . |
void |
setLegendItemClick(PlotSunburstEventsOptions.LegendItemClick value)
(Highcharts) Not applicable to pies, as the legend item is per point.
|
void |
setMouseOut(PlotSunburstEventsOptions.MouseOut value)
(Highcharts) Fires when the mouse leaves the graph.
|
void |
setMouseOver(PlotSunburstEventsOptions.MouseOver value)
(Highcharts) Fires when the mouse enters the graph.
|
void |
setShow(PlotSunburstEventsOptions.Show value)
(Highcharts) Fires when the series is shown after chart generation time,
either by clicking the legend item or by calling
.show() . |
@Nullable SeriesAfterAnimateCallbackFunction getAfterAnimate()
void setAfterAnimate(SeriesAfterAnimateCallbackFunction value)
@Nullable PlotSunburstEventsOptions.CheckboxClick getCheckboxClick()
void setCheckboxClick(PlotSunburstEventsOptions.CheckboxClick value)
@Nullable SeriesClickCallbackFunction getClick()
event
, is
passed to the function, containing common event information.
Additionally, event.point
holds a pointer to the nearest point on the
graph.void setClick(SeriesClickCallbackFunction value)
event
, is
passed to the function, containing common event information.
Additionally, event.point
holds a pointer to the nearest point on the
graph.@Nullable PlotSunburstEventsOptions.Hide getHide()
.hide()
.void setHide(PlotSunburstEventsOptions.Hide value)
.hide()
.@Nullable PlotSunburstEventsOptions.LegendItemClick getLegendItemClick()
void setLegendItemClick(PlotSunburstEventsOptions.LegendItemClick value)
@Nullable PlotSunburstEventsOptions.MouseOut getMouseOut()
event
, is passed to the function, containing common event information.
If the stickyTracking option is true, mouseOut
doesn't happen before
the mouse enters another graph or leaves the plot area.void setMouseOut(PlotSunburstEventsOptions.MouseOut value)
event
, is passed to the function, containing common event information.
If the stickyTracking option is true, mouseOut
doesn't happen before
the mouse enters another graph or leaves the plot area.@Nullable PlotSunburstEventsOptions.MouseOver getMouseOver()
event
, is passed to the function, containing common event information.void setMouseOver(PlotSunburstEventsOptions.MouseOver value)
event
, is passed to the function, containing common event information.@Nullable PlotSunburstEventsOptions.Show getShow()
.show()
.void setShow(PlotSunburstEventsOptions.Show value)
.show()
.Copyright © 2020. All rights reserved.