AreaSeriesStyle Class
The Area series appearance parameters’ storage.
Declaration
public class AreaSeriesStyle
extends LineSeriesStyle
Remarks
The following image represents the Area series’ appearance parameters that can be customized using the AreaSeriesStyle class:

Inherited Members
java.lang.Object.equals(java.lang.Object)(Object)
java.lang.Object.hashCode()()
java.lang.Object.notify()()
java.lang.Object.notifyAll()()
java.lang.Object.toString()()
java.lang.Object.wait()()
java.lang.Object.wait(long)(long)
java.lang.Object.wait(long, int)(long,int)
Inheritance
AreaSeriesStyle()
Initializes a new AreaSeriesStyle class instance with default parameters.
Declaration
public AreaSeriesStyle()
Methods
getAlpha() Method
Returns the Area series fill’s alpha component.
Declaration
public Float getAlpha()
Returns
| Type | Description |
|---|---|
| Float | The value between 0 and 1 specifying the area’s opacity. |
getFill() Method
Returns the Area series fill color.
Declaration
public Integer getFill()
Returns
| Type | Description |
|---|---|
| Integer | The Area series fill color. |
setAlpha(Float) Method
Specifies the Area series fill’s alpha component.
Declaration
public void setAlpha(Float value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | Float | A value between 0 and 1 specifying the area’s opacity. |
setFill(Integer) Method
Specifies the Area series’ fill color.
Declaration
public void setFill(Integer value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | Integer | The Area series fill color that is presented as a color-int value. |