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

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

BarSeriesLabel()

Initializes a new BarSeriesLabel class instance with default parameters.

Declaration

public BarSeriesLabel()

Methods

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.

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.