Modifier and Type | Method and Description |
---|---|
PlotBubbleStatesHoverOptions |
getHover()
(Highcharts, Highstock) Options for the hovered series.
|
PlotBubbleStatesNormalOptions |
getNormal()
(Highmaps) Overrides for the normal state.
|
PlotBubbleStatesSelectOptions |
getSelect()
(Highmaps) Specific options for point in selected states, after being
selected by allowPointSelect or programmatically.
|
void |
setHover(PlotBubbleStatesHoverOptions value)
(Highcharts, Highstock) Options for the hovered series.
|
void |
setNormal(PlotBubbleStatesNormalOptions value)
(Highmaps) Overrides for the normal state.
|
void |
setSelect(PlotBubbleStatesSelectOptions value)
(Highmaps) Specific options for point in selected states, after being
selected by allowPointSelect or programmatically.
|
@Nullable PlotBubbleStatesHoverOptions getHover()
void setHover(PlotBubbleStatesHoverOptions value)
@Nullable PlotBubbleStatesNormalOptions getNormal()
void setNormal(PlotBubbleStatesNormalOptions value)
@Nullable PlotBubbleStatesSelectOptions getSelect()
void setSelect(PlotBubbleStatesSelectOptions value)
Copyright © 2020. All rights reserved.