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

FullStackedAreaSeries Class

A series that displays data as areas on a diagram so that the value of each data point is aggregated with the underlying data points’ values and normalized to fill the plot area’s height.

Declaration

public class FullStackedAreaSeries
extends AreaSeries

Remarks

The following image demonstrates the Full-Stacked Area series:

Full-stacked Area

Note that data points with negative values are ignored and replaced by zero values. Only when all series’ values are negative, the chart plots all series without ignoring values.

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)

FullStackedAreaSeries()

Initializes a new FullStackedAreaSeries class instance with default parameters.

Declaration

public FullStackedAreaSeries()