Modifier and Type | Method and Description |
---|---|
Unknown |
getAnimation()
(Highcharts) Animation setting for hovering the graph in line-type
series.
|
String |
getBorderColor()
(Highmaps) The border color of the point in this state.
|
double |
getBorderWidth()
(Highmaps) The border width of the point in this state
|
double |
getBrightness()
(Highcharts) How much to brighten the point on interaction.
|
Unknown |
getColor()
(Highmaps) The color of the shape in this state.
|
boolean |
getEnabled()
(Highcharts) Enable separate styles for the hovered series to visualize
that the user hovers either the series itself or the legend.
|
PlotPieStatesHoverHaloOptions |
getHalo()
(Highcharts, Highstock) Options for the halo appearing around the hovered
point in line- type series as well as outside the hovered slice in pie
charts.
|
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(PlotPieStatesHoverAnimationOptions value)
(Highcharts) Animation setting for hovering the graph in line-type
series.
|
void |
setBorderColor(String value)
(Highmaps) The border color of the point in this state.
|
void |
setBorderWidth(double value)
(Highmaps) The border width of the point in this state
|
void |
setBrightness(double value)
(Highcharts) How much to brighten the point on interaction.
|
void |
setColor(Any value)
(Highmaps) The color of the shape in this state.
|
void |
setColor(GradientColorObject value)
(Highmaps) The color of the shape in this state.
|
void |
setColor(String value)
(Highmaps) The color of the shape in this state.
|
void |
setEnabled(boolean value)
(Highcharts) Enable separate styles for the hovered series to visualize
that the user hovers either the series itself or the legend.
|
void |
setHalo(PlotPieStatesHoverHaloOptions value)
(Highcharts, Highstock) Options for the halo appearing around the hovered
point in line- type series as well as outside the hovered slice in pie
charts.
|
@Nullable Unknown getAnimation()
void setAnimation(boolean value)
void setAnimation(PlotPieStatesHoverAnimationOptions value)
void setAnimation(AnimationOptionsObject value)
@Nullable String getBorderColor()
void setBorderColor(String value)
double getBorderWidth()
void setBorderWidth(double value)
double getBrightness()
.highcharts-point-hover
class.void setBrightness(double value)
.highcharts-point-hover
class.void setColor(GradientColorObject value)
void setColor(String value)
void setColor(Any value)
boolean getEnabled()
void setEnabled(boolean value)
@Nullable PlotPieStatesHoverHaloOptions getHalo()
halo
option to false
.
In styled mode, the halo is styled with the .highcharts-halo
class,
with colors inherited from .highcharts-color-{n}
.void setHalo(PlotPieStatesHoverHaloOptions value)
halo
option to false
.
In styled mode, the halo is styled with the .highcharts-halo
class,
with colors inherited from .highcharts-color-{n}
.Copyright © 2020. All rights reserved.