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()
(Highmaps) The relative brightness of the point when hovered, relative to
the normal point color.
|
Unknown |
getColor()
(Highmaps) The color of the shape in this state.
|
boolean |
getEnabled()
(Highstock) Enable separate styles for the hovered series to visualize
that the user hovers either the series itself or the legend.
|
PlotBbStatesHoverHaloOptions |
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.
|
double |
getLineWidth()
(Highcharts, Highstock) Pixel width of the graph line.
|
double |
getLineWidthPlus()
(Highcharts, Highstock) The additional line width for the graph of a
hovered series.
|
PlotBbStatesHoverMarkerOptions |
getMarker()
(Highcharts, Highstock) In Highcharts 1.0, the appearance of all markers
belonging to the hovered series.
|
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(PlotBbStatesHoverAnimationOptions 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)
(Highmaps) The relative brightness of the point when hovered, relative to
the normal point color.
|
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)
(Highstock) Enable separate styles for the hovered series to visualize
that the user hovers either the series itself or the legend.
|
void |
setHalo(PlotBbStatesHoverHaloOptions 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.
|
void |
setLineWidth(double value)
(Highcharts, Highstock) Pixel width of the graph line.
|
void |
setLineWidthPlus(double value)
(Highcharts, Highstock) The additional line width for the graph of a
hovered series.
|
void |
setMarker(PlotBbStatesHoverMarkerOptions value)
(Highcharts, Highstock) In Highcharts 1.0, the appearance of all markers
belonging to the hovered series.
|
@Nullable Unknown getAnimation()
void setAnimation(boolean value)
void setAnimation(PlotBbStatesHoverAnimationOptions value)
void setAnimation(AnimationOptionsObject value)
@Nullable String getBorderColor()
void setBorderColor(String value)
double getBorderWidth()
void setBorderWidth(double value)
double getBrightness()
void setBrightness(double value)
void setColor(GradientColorObject value)
void setColor(String value)
void setColor(Any value)
boolean getEnabled()
void setEnabled(boolean value)
@Nullable PlotBbStatesHoverHaloOptions 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(PlotBbStatesHoverHaloOptions value)
halo
option to false
.
In styled mode, the halo is styled with the .highcharts-halo
class,
with colors inherited from .highcharts-color-{n}
.double getLineWidth()
lineWidthPlus
property dictates how much
to increase the linewidth from normal state.void setLineWidth(double value)
lineWidthPlus
property dictates how much
to increase the linewidth from normal state.double getLineWidthPlus()
void setLineWidthPlus(double value)
@Nullable PlotBbStatesHoverMarkerOptions getMarker()
void setMarker(PlotBbStatesHoverMarkerOptions value)
Copyright © 2020. All rights reserved.