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