Modifier and Type | Method and Description |
---|---|
Unknown |
getAnimation()
(Highcharts) Animation setting for hovering the graph in line-type
series.
|
String |
getBorderColor()
(Highcharts, Gantt) A specific border color for the hovered point.
|
double |
getBorderWidth()
(Highmaps) The border width of the point in this state
|
double |
getBrightness()
(Highcharts, Highstock, Gantt) How much to brighten the point on
interaction.
|
Unknown |
getColor()
(Highcharts, Gantt) A specific color for the hovered point.
|
boolean |
getEnabled()
(Highcharts, Highstock, Gantt) Enable separate styles for the hovered
series to visualize that the user hovers either the series itself or the
legend.
|
void |
setAnimation(AnimationOptionsObject value)
(Highcharts) Animation setting for hovering the graph in line-type
series.
|
void |
setAnimation(boolean value)
(Highcharts) Animation setting for hovering the graph in line-type
series.
|
void |
setAnimation(PlotGanttStatesHoverAnimationOptions value)
(Highcharts) Animation setting for hovering the graph in line-type
series.
|
void |
setBorderColor(String value)
(Highcharts, Gantt) A specific border color for the hovered point.
|
void |
setBorderWidth(double value)
(Highmaps) The border width of the point in this state
|
void |
setBrightness(double value)
(Highcharts, Highstock, Gantt) How much to brighten the point on
interaction.
|
void |
setColor(Any value)
(Highcharts, Gantt) A specific color for the hovered point.
|
void |
setColor(GradientColorObject value)
(Highcharts, Gantt) A specific color for the hovered point.
|
void |
setColor(String value)
(Highcharts, Gantt) A specific color for the hovered point.
|
void |
setEnabled(boolean value)
(Highcharts, Highstock, Gantt) Enable separate styles for the hovered
series to visualize that the user hovers either the series itself or the
legend.
|
@Nullable Unknown getAnimation()
void setAnimation(PlotGanttStatesHoverAnimationOptions value)
void setAnimation(boolean value)
void setAnimation(AnimationOptionsObject value)
@Nullable String getBorderColor()
void setBorderColor(String value)
double getBorderWidth()
void setBorderWidth(double value)
double getBrightness()
.highcharts-point:hover
rule.void setBrightness(double value)
.highcharts-point:hover
rule.void setColor(GradientColorObject value)
void setColor(String value)
void setColor(Any value)
boolean getEnabled()
void setEnabled(boolean value)
Copyright © 2020. All rights reserved.