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
|
Unknown |
getColor()
(Highmaps) The color of the shape in this state.
|
boolean |
getEnabled()
(Highmaps) Enable separate styles for the hovered series to visualize
that the user hovers either the series itself or the legend.
|
PlotSunburstStatesSelectHaloOptions |
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.
|
PlotSunburstStatesSelectMarkerOptions |
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(PlotSunburstStatesSelectAnimationOptions 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 |
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)
(Highmaps) Enable separate styles for the hovered series to visualize
that the user hovers either the series itself or the legend.
|
void |
setHalo(PlotSunburstStatesSelectHaloOptions 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(PlotSunburstStatesSelectMarkerOptions 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(PlotSunburstStatesSelectAnimationOptions value)
void setAnimation(AnimationOptionsObject value)
@Nullable String getBorderColor()
void setBorderColor(String value)
double getBorderWidth()
void setBorderWidth(double value)
void setColor(GradientColorObject value)
void setColor(String value)
void setColor(Any value)
boolean getEnabled()
void setEnabled(boolean value)
@Nullable PlotSunburstStatesSelectHaloOptions 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(PlotSunburstStatesSelectHaloOptions 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 PlotSunburstStatesSelectMarkerOptions getMarker()
void setMarker(PlotSunburstStatesSelectMarkerOptions value)
Copyright © 2020. All rights reserved.