Modifier and Type | Method and Description |
---|---|
Unknown |
getAnimation()
(Highcharts, Highstock, Highmaps) Animation when hovering over the
marker.
|
boolean |
getEnabled()
(Highcharts, Highstock, Highmaps) Enable or disable the point marker.
|
Unknown |
getFillColor()
(Highcharts, Highstock, Highmaps) The fill color of the marker in hover
state.
|
String |
getLineColor()
(Highcharts, Highstock, Highmaps) The color of the point marker's
outline.
|
double |
getLineWidth()
(Highcharts, Highstock, Highmaps) The width of the point marker's
outline.
|
double |
getLineWidthPlus()
(Highcharts, Highstock, Highmaps) The additional line width for a hovered
point.
|
double |
getRadius()
(Highcharts, Highstock, Highmaps) The radius of the point marker.
|
double |
getRadiusPlus()
(Highcharts, Highstock, Highmaps) The number of pixels to increase the
radius of the hovered point.
|
void |
setAnimation(AnimationOptionsObject value)
(Highcharts, Highstock, Highmaps) Animation when hovering over the
marker.
|
void |
setAnimation(boolean value)
(Highcharts, Highstock, Highmaps) Animation when hovering over the
marker.
|
void |
setAnimation(SeriesBbDataMarkerStatesHoverAnimationOptions value)
(Highcharts, Highstock, Highmaps) Animation when hovering over the
marker.
|
void |
setEnabled(boolean value)
(Highcharts, Highstock, Highmaps) Enable or disable the point marker.
|
void |
setFillColor(Any value)
(Highcharts, Highstock, Highmaps) The fill color of the marker in hover
state.
|
void |
setFillColor(GradientColorObject value)
(Highcharts, Highstock, Highmaps) The fill color of the marker in hover
state.
|
void |
setFillColor(String value)
(Highcharts, Highstock, Highmaps) The fill color of the marker in hover
state.
|
void |
setLineColor(String value)
(Highcharts, Highstock, Highmaps) The color of the point marker's
outline.
|
void |
setLineWidth(double value)
(Highcharts, Highstock, Highmaps) The width of the point marker's
outline.
|
void |
setLineWidthPlus(double value)
(Highcharts, Highstock, Highmaps) The additional line width for a hovered
point.
|
void |
setRadius(double value)
(Highcharts, Highstock, Highmaps) The radius of the point marker.
|
void |
setRadiusPlus(double value)
(Highcharts, Highstock, Highmaps) The number of pixels to increase the
radius of the hovered point.
|
@Nullable Unknown getAnimation()
void setAnimation(boolean value)
void setAnimation(AnimationOptionsObject value)
void setAnimation(SeriesBbDataMarkerStatesHoverAnimationOptions value)
boolean getEnabled()
void setEnabled(boolean value)
@Nullable Unknown getFillColor()
undefined
, the series' or point's fillColor for normal
state is used.void setFillColor(GradientColorObject value)
undefined
, the series' or point's fillColor for normal
state is used.void setFillColor(String value)
undefined
, the series' or point's fillColor for normal
state is used.void setFillColor(Any value)
undefined
, the series' or point's fillColor for normal
state is used.@Nullable String getLineColor()
undefined
, the series' or point's lineColor for normal
state is used.void setLineColor(String value)
undefined
, the series' or point's lineColor for normal
state is used.double getLineWidth()
undefined
, the series' or point's lineWidth for normal
state is used.void setLineWidth(double value)
undefined
, the series' or point's lineWidth for normal
state is used.double getLineWidthPlus()
void setLineWidthPlus(double value)
double getRadius()
void setRadius(double value)
double getRadiusPlus()
void setRadiusPlus(double value)
Copyright © 2020. All rights reserved.