Modifier and Type | Method and Description |
---|---|
Unknown |
getAnimation()
(Highcharts) Animation setting for hovering the graph in line-type
series.
|
String |
getBorderColor()
(Highcharts, Highstock, Gantt) A specific border color for the selected
point.
|
double |
getBorderWidth()
(Highmaps) The border width of the point in this state
|
Unknown |
getColor()
(Highcharts, Highstock, Gantt) A specific color for the selected 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(PlotWordcloudStatesSelectAnimationOptions value)
(Highcharts) Animation setting for hovering the graph in line-type
series.
|
void |
setBorderColor(String value)
(Highcharts, Highstock, Gantt) A specific border color for the selected
point.
|
void |
setBorderWidth(double value)
(Highmaps) The border width of the point in this state
|
void |
setColor(Any value)
(Highcharts, Highstock, Gantt) A specific color for the selected point.
|
void |
setColor(GradientColorObject value)
(Highcharts, Highstock, Gantt) A specific color for the selected point.
|
void |
setColor(String value)
(Highcharts, Highstock, Gantt) A specific color for the selected 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(boolean value)
void setAnimation(PlotWordcloudStatesSelectAnimationOptions value)
void setAnimation(AnimationOptionsObject value)
@Nullable String getBorderColor()
void setBorderColor(String value)
double getBorderWidth()
void setBorderWidth(double value)
@Nullable Unknown getColor()
void setColor(GradientColorObject value)
void setColor(String value)
void setColor(Any value)
boolean getEnabled()
void setEnabled(boolean value)
Copyright © 2020. All rights reserved.