PointSeriesStyle Class
The storage of the Point sereis’ appearance parameters.
Declaration
public class PointSeriesStyle
extends BubbleSeriesStyle
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
BubbleSeriesStyle
PointSeriesStyle
PointSeriesStyle()
Initializes a new PointSeriesStyle class instance with default parameters.
Declaration
public PointSeriesStyle()
Methods
getMarkerSize() Method
Returns the marker size, in pixels.
Declaration
public Integer getMarkerSize()
Returns
Type | Description |
---|---|
Integer | The marker size, in pixels. |
setMarkerSize(Integer) Method
Specifies the marker size, in pixels.
Declaration
public void setMarkerSize(Integer size)
Parameters
Name | Type | Description |
---|---|---|
size | Integer | The marker size, in pixels. |