public interface SeriesXrangeDataPartialFillOptions extends Any
Modifier and Type | Method and Description |
---|---|
double |
getAmount()
(Highcharts, Highstock, Gantt) The amount of the X-range point to be
filled.
|
String |
getFill()
(Highcharts, Highstock, Gantt) The fill color to be used for partial
fills.
|
void |
setAmount(double value)
(Highcharts, Highstock, Gantt) The amount of the X-range point to be
filled.
|
void |
setFill(String value)
(Highcharts, Highstock, Gantt) The fill color to be used for partial
fills.
|
double getAmount()
void setAmount(double value)
@Nullable String getFill()
void setFill(String value)
Copyright © 2020. All rights reserved.