Modifier and Type | Method and Description |
---|---|
String |
getClassName()
(Highstock) CSS class name of the guide box in this state.
|
Unknown |
getColor()
(Highstock) Guide box fill color.
|
String |
getCursor()
(Highstock) Guide box cursor.
|
String |
getLineColor()
(Highstock) Color of the border around the guide box.
|
double |
getLineWidth()
(Highstock) Width of the line around the guide box.
|
double |
getZIndex()
(Highstock) Guide box zIndex.
|
void |
setClassName(String value)
(Highstock) CSS class name of the guide box in this state.
|
void |
setColor(Any value)
(Highstock) Guide box fill color.
|
void |
setColor(GradientColorObject value)
(Highstock) Guide box fill color.
|
void |
setColor(String value)
(Highstock) Guide box fill color.
|
void |
setCursor(String value)
(Highstock) Guide box cursor.
|
void |
setLineColor(String value)
(Highstock) Color of the border around the guide box.
|
void |
setLineWidth(double value)
(Highstock) Width of the line around the guide box.
|
void |
setZIndex(double value)
(Highstock) Guide box zIndex.
|
@Nullable String getClassName()
highcharts-drag-box-default
.void setClassName(String value)
highcharts-drag-box-default
.void setColor(GradientColorObject value)
void setColor(String value)
void setColor(Any value)
void setCursor(String value)
void setLineColor(String value)
double getLineWidth()
void setLineWidth(double value)
double getZIndex()
void setZIndex(double value)
Copyright © 2020. All rights reserved.