BarSeriesLabel Class
The Bar series point label parameters’ storage.
Declaration
public class BarSeriesLabel
extends SeriesLabel
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
StyledElement
SeriesLabel
BarSeriesLabel
BarSeriesLabel()
Initializes a new BarSeriesLabel class instance with default parameters.
Declaration
public BarSeriesLabel()
Methods
getBehavior() Method
Declaration
public BarSeriesLabelBehavior getBehavior()
Returns
Type |
---|
BarSeriesLabelBehavior |
getPosition() Method
Returns the Bar series’s label position.
Declaration
public BarSeriesLabelPosition getPosition()
Returns
Type | Description |
---|---|
BarSeriesLabelPosition | The BarSeriesLabelPosition enumeration value specifying the Bar series’s label position. |
getStyle() Method
Returns the series labels’ appearance parameters.
Declaration
public SeriesLabelStyle getStyle()
Returns
Type | Description |
---|---|
SeriesLabelStyle | The SeriesLabelStyle object that configures series labels appearance. |
setBehavior(BarSeriesLabelBehavior) Method
Declaration
public void setBehavior(BarSeriesLabelBehavior behavior)
Parameters
Name | Type |
---|---|
behavior | BarSeriesLabelBehavior |
setPosition(BarSeriesLabelPosition) Method
Specifies the Bar series’s label position.
Declaration
public void setPosition(BarSeriesLabelPosition position)
Parameters
Name | Type | Description |
---|---|---|
position | BarSeriesLabelPosition | The BarSeriesLabelPosition enumeration value specifying the Bar series’s label position. |
setStyle(SeriesLabelStyle) Method
Specifies the series labels’ appearance settings.
Declaration
public void setStyle(SeriesLabelStyle style)
Parameters
Name | Type | Description |
---|---|---|
style | SeriesLabelStyle | The SeriesLabelStyle object that configures the series labels’ appearance. |