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