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