Modifier and Type | Method and Description |
---|---|
PlotStreamgraphStatesHoverMarkerStatesHoverOptions |
getHover()
(Highcharts, Highstock) The hover state for a single point marker.
|
PlotStreamgraphStatesHoverMarkerStatesNormalOptions |
getNormal()
(Highcharts, Highstock) The normal state of a single point marker.
|
PlotStreamgraphStatesHoverMarkerStatesSelectOptions |
getSelect()
(Highcharts, Highstock) The appearance of the point marker when selected.
|
void |
setHover(PlotStreamgraphStatesHoverMarkerStatesHoverOptions value)
(Highcharts, Highstock) The hover state for a single point marker.
|
void |
setNormal(PlotStreamgraphStatesHoverMarkerStatesNormalOptions value)
(Highcharts, Highstock) The normal state of a single point marker.
|
void |
setSelect(PlotStreamgraphStatesHoverMarkerStatesSelectOptions value)
(Highcharts, Highstock) The appearance of the point marker when selected.
|
@Nullable PlotStreamgraphStatesHoverMarkerStatesHoverOptions getHover()
void setHover(PlotStreamgraphStatesHoverMarkerStatesHoverOptions value)
@Nullable PlotStreamgraphStatesHoverMarkerStatesNormalOptions getNormal()
void setNormal(PlotStreamgraphStatesHoverMarkerStatesNormalOptions value)
@Nullable PlotStreamgraphStatesHoverMarkerStatesSelectOptions getSelect()
series.allowPointSelect
option to true.void setSelect(PlotStreamgraphStatesHoverMarkerStatesSelectOptions value)
series.allowPointSelect
option to true.Copyright © 2020. All rights reserved.