Skip to main content
A newer version of this page is available.

BubbleSeriesLabel Class

The Bubble series’s label settings’ storage.

Declaration

public class BubbleSeriesLabel
extends MarkerSeriesLabel

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)

BubbleSeriesLabel()

Initializes a new BubbleSeriesLabel class instance with default parameters.

Declaration

public BubbleSeriesLabel()

Methods

getPosition() Method

Returns the Bubble series’s label position.

Declaration

public BubbleSeriesLabelPosition getPosition()

Returns

Type Description
BubbleSeriesLabelPosition

The BubbleSeriesLabelPosition enumeration value that specifies a label position.

setPosition(BubbleSeriesLabelPosition) Method

Specifies the Bubble series’s label position.

Declaration

public void setPosition(BubbleSeriesLabelPosition position)

Parameters

Name Type Description
position BubbleSeriesLabelPosition

The BubbleSeriesLabelPosition enumeration value that specifies a label position.