MarkerStyle Class
The storage of series marker appearance parameters.
Declaration
public class MarkerStyle
extends StyleBase
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
Object
ChartElement
StyleBase
MarkerStyle
MarkerStyle()
Initializes a new MarkerStyle class instance with default parameters.
Declaration
public MarkerStyle()
Methods
getFill() Method
Returns a fill color of markers.
Declaration
public Integer getFill()
Returns
Type | Description |
---|---|
Integer | The marker fill color. |
setFill(Integer) Method
Specifies a fill color of markers.
Declaration
public void setFill(Integer fill)
Parameters
Name | Type | Description |
---|---|---|
fill | Integer | The marker fill color. |