DynamicPDF by ceTe Software

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

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
                  extended by com.cete.dynamicpdf.pageelements.charting.series.StackedAreaSeries
                      extended by com.cete.dynamicpdf.pageelements.charting.series.IndexedStackedAreaSeries

public class IndexedStackedAreaSeries
extends StackedAreaSeries

Represents a stacked area series with indexed axis.

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

View Example


Constructor Summary
IndexedStackedAreaSeries()
          Initializes a new instance of IndexedStackedAreaSeries object.
IndexedStackedAreaSeries(IndexedXAxis xAxis, NumericYAxis yAxis)
          Initializes a new instance of IndexedStackedAreaSeries object.
IndexedStackedAreaSeries(IndexedXAxis xAxis, NumericYAxis yAxis, Legend legend)
          Initializes a new instance of IndexedStackedAreaSeries object.
IndexedStackedAreaSeries(NumericYAxis yAxis)
          Initializes a new instance of IndexedStackedAreaSeries object.
 
Method Summary
 void add(IndexedStackedAreaSeriesElement element)
          Adds a IndexedStackedAreaSeriesElement to the end of the IndexedStackedAreaSeries element list.
 IndexedStackedAreaSeriesElement getStackedSeriesElement(int index)
          Gets the IndexedStackedAreaSeriesElement object at the given index.
 IndexedXAxis getXAxis()
          Gets the IndexedXAxis of the series.
 NumericYAxis getYAxis()
          Gets the NumericYAxis of the series.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.StackedSeries
getElement, size
 
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
 

Constructor Detail

IndexedStackedAreaSeries

public IndexedStackedAreaSeries()
Initializes a new instance of IndexedStackedAreaSeries object.


IndexedStackedAreaSeries

public IndexedStackedAreaSeries(NumericYAxis yAxis)
Initializes a new instance of IndexedStackedAreaSeries object.

Parameters:
yAxis - NumericYAxis of the stacked area series with indexed axis.
See Also:
NumericYAxis

IndexedStackedAreaSeries

public IndexedStackedAreaSeries(IndexedXAxis xAxis,
                                NumericYAxis yAxis)
Initializes a new instance of IndexedStackedAreaSeries object.

Parameters:
xAxis - IndexedXAxis of the stacked area series with indexed axis.
yAxis - NumericYAxis of the stacked area series with indexed axis.
See Also:
NumericYAxis, IndexedXAxis

IndexedStackedAreaSeries

public IndexedStackedAreaSeries(IndexedXAxis xAxis,
                                NumericYAxis yAxis,
                                Legend legend)
Initializes a new instance of IndexedStackedAreaSeries object.

Parameters:
xAxis - IndexedXAxis of the stacked area series with indexed axis.
yAxis - NumericYAxis of the stacked area series with indexed axis.
legend - Legend of the stacked area series with indexed axis.
See Also:
NumericYAxis, IndexedXAxis, Legend
Method Detail

getStackedSeriesElement

public IndexedStackedAreaSeriesElement getStackedSeriesElement(int index)
Gets the IndexedStackedAreaSeriesElement object at the given index.

Parameters:
index - Position of the required indexed stacked area series element.
Returns:
the element related to the index.
See Also:
IndexedStackedAreaSeriesElement

getXAxis

public IndexedXAxis getXAxis()
Gets the IndexedXAxis of the series.

Returns:
the x-axis of the series.
See Also:
IndexedXAxis

getYAxis

public NumericYAxis getYAxis()
Gets the NumericYAxis of the series.

Returns:
the y-axis of the series.
See Also:
NumericYAxis

add

public void add(IndexedStackedAreaSeriesElement element)
Adds a IndexedStackedAreaSeriesElement to the end of the IndexedStackedAreaSeries element list.

Parameters:
element - IndexedStackedAreaSeriesElement to be added.
See Also:
IndexedStackedAreaSeriesElement

DynamicPDF by ceTe Software

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