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