DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements.charting.series
Class StackedSeries

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.PlotAreaElement
      extended by com.cete.dynamicpdf.pageelements.charting.SeriesBase
          extended by com.cete.dynamicpdf.pageelements.charting.series.XYSeries
              extended by com.cete.dynamicpdf.pageelements.charting.series.StackedSeries
Direct Known Subclasses:
Stacked100PercentSeries, StackedAreaSeries, StackedBarSeries, StackedColumnSeries, StackedLineSeries

public abstract class StackedSeries
extends XYSeries

Base class from which stacked series are derived.

Licensing:
This is a DynamicPDF Generator Enterprise Edition feature. One of the following licenses is required for non-evaluation usage:


Method Summary
 StackedSeriesElementBase getElement(int index)
          Gets the StackedSeriesElementBase object at the given index.
 int size()
          Gets the number of stacked series elements actually contained in the stacked series.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.SeriesBase
getDrawBehindAxis, setDrawBehindAxis
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.PlotAreaElement
getLegend, getPlotArea, setLegend, setPlotArea
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

size

public int size()
Gets the number of stacked series elements actually contained in the stacked series.

Returns:
the size of the stacked series.

getElement

public StackedSeriesElementBase getElement(int index)
Gets the StackedSeriesElementBase object at the given index.

Parameters:
index - position of the required stacked series element.
Returns:
the StackedSeriesElementBase object.
See Also:
StackedSeriesElementBase

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software