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