Modifier and Type | Method and Description |
---|---|
boolean |
getEnabled()
(Highcharts, Highstock) Enable or disable visible feedback for selection.
|
Unknown |
getFillColor()
(Highcharts, Highstock) The fill color of the point marker.
|
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 |
getRadius()
(Highcharts, Highstock) The radius of the point marker.
|
void |
setEnabled(boolean value)
(Highcharts, Highstock) Enable or disable visible feedback for selection.
|
void |
setFillColor(Any value)
(Highcharts, Highstock) The fill color of the point marker.
|
void |
setFillColor(GradientColorObject value)
(Highcharts, Highstock) The fill color of the point marker.
|
void |
setFillColor(String value)
(Highcharts, Highstock) The fill color of the point marker.
|
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 |
setRadius(double value)
(Highcharts, Highstock) The radius of the point marker.
|
boolean getEnabled()
void setEnabled(boolean value)
@Nullable Unknown getFillColor()
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.