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