DynamicPDF by ceTe Software

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

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

public class IndexedStackedColumnSeries
extends StackedColumnSeries

Represents stacked column 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
IndexedStackedColumnSeries()
          Initializes a new instance of IndexedStackedColumnSeries class.
IndexedStackedColumnSeries(IndexedXAxis indexedXAxis, NumericYAxis numericYAxis)
          Initializes a new instance of IndexedStackedColumnSeries class.
IndexedStackedColumnSeries(IndexedXAxis indexedXAxis, NumericYAxis numericYAxis, Legend legend)
          Initializes a new instance of IndexedStackedColumnSeries class.
IndexedStackedColumnSeries(NumericYAxis numericYAxis)
          Initializes a new instance of IndexedStackedColumnSeries class.
 
Method Summary
 void add(IndexedStackedColumnSeriesElement indexedStackedColumnSeriesElement)
          Adds a IndexedStackedColumnSeriesElement object to the end of the IndexedStackedColumnSeries element list.
 IndexedStackedColumnSeriesElement getStackedSeriesElement(int index)
          Gets the IndexedStackedColumnSeriesElement 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

IndexedStackedColumnSeries

public IndexedStackedColumnSeries()
Initializes a new instance of IndexedStackedColumnSeries class.


IndexedStackedColumnSeries

public IndexedStackedColumnSeries(IndexedXAxis indexedXAxis,
                                  NumericYAxis numericYAxis)
Initializes a new instance of IndexedStackedColumnSeries class.

Parameters:
indexedXAxis - IndexedXAxis of the stacked column series with indexed axis.
numericYAxis - NumericYAxis of the stacked column series with indexed axis.
See Also:
IndexedXAxis, NumericYAxis

IndexedStackedColumnSeries

public IndexedStackedColumnSeries(IndexedXAxis indexedXAxis,
                                  NumericYAxis numericYAxis,
                                  Legend legend)
Initializes a new instance of IndexedStackedColumnSeries class.

Parameters:
indexedXAxis - IndexedXAxis of the stacked column series with indexed axis.
numericYAxis - NumericYAxis of the stacked column series with indexed axis.
legend - Legend of stacked column series with indexed axis.
See Also:
IndexedXAxis, NumericYAxis

IndexedStackedColumnSeries

public IndexedStackedColumnSeries(NumericYAxis numericYAxis)
Initializes a new instance of IndexedStackedColumnSeries class.

Parameters:
numericYAxis - NumericYAxis of the stacked column series with indexed axis.
See Also:
NumericYAxis
Method Detail

getStackedSeriesElement

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

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

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(IndexedStackedColumnSeriesElement indexedStackedColumnSeriesElement)
Adds a IndexedStackedColumnSeriesElement object to the end of the IndexedStackedColumnSeries element list.

Parameters:
indexedStackedColumnSeriesElement - IndexedStackedColumnSeriesElement to be added.
See Also:
IndexedStackedColumnSeriesElement

DynamicPDF by ceTe Software

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