Modifier and Type | Method and Description |
---|---|
boolean |
getEnabled()
(Highstock) Enable or disable visible feedback for selection.
|
Unknown |
getFillColor()
(Highstock) The fill color of the point marker.
|
String |
getLineColor()
(Highstock) The color of the point marker's outline.
|
double |
getLineWidth()
(Highstock) The width of the point marker's outline.
|
double |
getRadius()
(Highstock) The radius of the point marker.
|
void |
setEnabled(boolean value)
(Highstock) Enable or disable visible feedback for selection.
|
void |
setFillColor(Any value)
(Highstock) The fill color of the point marker.
|
void |
setFillColor(GradientColorObject value)
(Highstock) The fill color of the point marker.
|
void |
setFillColor(String value)
(Highstock) The fill color of the point marker.
|
void |
setLineColor(String value)
(Highstock) The color of the point marker's outline.
|
void |
setLineWidth(double value)
(Highstock) The width of the point marker's outline.
|
void |
setRadius(double value)
(Highstock) The radius of the point marker.
|
boolean getEnabled()
void setEnabled(boolean value)
void setFillColor(GradientColorObject value)
void setFillColor(String value)
void setFillColor(Any value)
@Nullable String getLineColor()
undefined
,
the series' or point's color is used.void setLineColor(String value)
undefined
,
the series' or point's color is used.double getLineWidth()
void setLineWidth(double value)
double getRadius()
void setRadius(double value)
Copyright © 2020. All rights reserved.