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