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

StackedBarSeries Class

A series that displays data as individual bars stacked by arguments and the height of each bar is determined by the data value.

Declaration

public class StackedBarSeries
extends BarSeriesBase

Remarks

The following image demonstrates Stacked Bar series:

StackedBarSeries

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)

StackedBarSeries()

Initializes a new StackedBarSeries class instance with default parameters.

Declaration

public StackedBarSeries()

Methods

getLabel() Method

Returns the appearance parameters of a Stacked Bar series labels.

Declaration

public StackedBarSeriesLabel getLabel()

Returns

Type Description
StackedBarSeriesLabel

The StackedBarSeriesLabel object that configures the appearance of the Stacked Bar series labels.

setLabel(StackedBarSeriesLabel) Method

Specifies the appearance parameters of a Stacked Bar series labels.

Declaration

public void setLabel(StackedBarSeriesLabel seriesLabel)

Parameters

Name Type Description
seriesLabel StackedBarSeriesLabel

The StackedBarSeriesLabel object that configures the appearance of the Stacked Bar series labels.