Modifier and Type | Method and Description |
---|---|
Unknown |
getAnimation()
(Highcharts, Highstock) Animation when hovering over the marker.
|
boolean |
getEnabled()
(Highcharts, Highstock) Enable or disable the point marker.
|
Unknown |
getFillColor()
(Highcharts, Highstock) The fill color of the marker in hover state.
|
String |
getLineColor()
(Highcharts, Highstock) The color of the point marker's outline.
|
double |
getLineWidth()
(Highcharts, Highstock) The width of the point marker's outline.
|
double |
getLineWidthPlus()
(Highcharts, Highstock) The additional line width for a hovered point.
|
double |
getRadius()
(Highcharts, Highstock) The radius of the point marker.
|
double |
getRadiusPlus()
(Highcharts, Highstock) The number of pixels to increase the radius of
the hovered point.
|
void |
setAnimation(AnimationOptionsObject value)
(Highcharts, Highstock) Animation when hovering over the marker.
|
void |
setAnimation(boolean value)
(Highcharts, Highstock) Animation when hovering over the marker.
|
void |
setAnimation(PlotAdStatesSelectMarkerStatesHoverAnimationOptions value)
(Highcharts, Highstock) Animation when hovering over the marker.
|
void |
setEnabled(boolean value)
(Highcharts, Highstock) Enable or disable the point marker.
|
void |
setFillColor(Any value)
(Highcharts, Highstock) The fill color of the marker in hover state.
|
void |
setFillColor(GradientColorObject value)
(Highcharts, Highstock) The fill color of the marker in hover state.
|
void |
setFillColor(String value)
(Highcharts, Highstock) The fill color of the marker in hover state.
|
void |
setLineColor(String value)
(Highcharts, Highstock) The color of the point marker's outline.
|
void |
setLineWidth(double value)
(Highcharts, Highstock) The width of the point marker's outline.
|
void |
setLineWidthPlus(double value)
(Highcharts, Highstock) The additional line width for a hovered point.
|
void |
setRadius(double value)
(Highcharts, Highstock) The radius of the point marker.
|
void |
setRadiusPlus(double value)
(Highcharts, Highstock) The number of pixels to increase the radius of
the hovered point.
|
@Nullable Unknown getAnimation()
void setAnimation(boolean value)
void setAnimation(PlotAdStatesSelectMarkerStatesHoverAnimationOptions value)
void setAnimation(AnimationOptionsObject 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.