Modifier and Type | Method and Description |
---|---|
Unknown |
getColor()
(Highcharts) The color of the panel.
|
double |
getSize()
(Highcharts) The thickness of the panel.
|
boolean |
getVisible()
(Highcharts) Whether to display the frame.
|
void |
setColor(Any value)
(Highcharts) The color of the panel.
|
void |
setColor(GradientColorObject value)
(Highcharts) The color of the panel.
|
void |
setColor(String value)
(Highcharts) The color of the panel.
|
void |
setSize(double value)
(Highcharts) The thickness of the panel.
|
void |
setVisible(boolean value)
(Highcharts) Whether to display the frame.
|
void setColor(GradientColorObject value)
void setColor(String value)
void setColor(Any value)
double getSize()
void setSize(double value)
boolean getVisible()
true
,
false
, "auto"
to display only the frames behind the data, and
"default"
to display faces behind the data based on the axis layout,
ignoring the point of view.void setVisible(boolean value)
true
,
false
, "auto"
to display only the frames behind the data, and
"default"
to display faces behind the data based on the axis layout,
ignoring the point of view.Copyright © 2020. All rights reserved.