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