public class PartialFill extends AbstractConfigurationObject
PlotOptionsXrange
.
Typically used to visualize how much of a task is performed.Constructor and Description |
---|
PartialFill()
Creates an empty PartialFill configuration object
|
PartialFill(Color fill)
Creates a new PartialFill with the defined fill color
|
Modifier and Type | Method and Description |
---|---|
Color |
getFill() |
void |
setFill(Color fill)
The fill color to be used for partial fills.
|
public PartialFill()
public PartialFill(Color fill)
fill
- color to be used for partial fillspublic Color getFill()
setFill(Color)
public void setFill(Color fill)
null
, a
darker shade of the point's color is used.fill
- color to be used for partial fillsCopyright © 2022. All rights reserved.