DynamicPDF by ceTe Software

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

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.Stacked100PercentSeries
                      extended by com.cete.dynamicpdf.pageelements.charting.series.Stacked100PercentColumnSeries
                          extended by com.cete.dynamicpdf.pageelements.charting.series.Indexed100PercentStackedColumnSeries

public class Indexed100PercentStackedColumnSeries
extends Stacked100PercentColumnSeries

Represents a 100% 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
Indexed100PercentStackedColumnSeries()
          Initializes a new instance of IndexedStackedColumnSeries class.
Indexed100PercentStackedColumnSeries(IndexedXAxis indexedXAxis, PercentageYAxis percentageYAxis)
          Initializes a new instance of IndexedStackedColumnSeries class.
Indexed100PercentStackedColumnSeries(IndexedXAxis indexedXAxis, PercentageYAxis percentageYAxis, Legend legend)
          Initializes a new instance of IndexedStackedColumnSeries class.
Indexed100PercentStackedColumnSeries(PercentageYAxis percentageYAxis)
          Initializes a new instance of IndexedStackedColumnSeries class.
 
Method Summary
 void add(Indexed100PercentStackedColumnSeriesElement indexedStackedColumnSeriesElement)
          Adds a Indexed100PercentStackedColumnSeriesElement object to the end of the Indexed100PercentStackedColumnSeries element list.
 Indexed100PercentStackedColumnSeriesElement getStackedSeriesElement(int index)
          Gets the Indexed100PercentStackedColumnSeriesElement object at the given index.
 IndexedXAxis getXAxis()
          Gets the IndexedXAxis of the series.
 PercentageYAxis getYAxis()
          Gets the PercentageYAxis 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

Indexed100PercentStackedColumnSeries

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


Indexed100PercentStackedColumnSeries

public Indexed100PercentStackedColumnSeries(IndexedXAxis indexedXAxis,
                                            PercentageYAxis percentageYAxis)
Initializes a new instance of IndexedStackedColumnSeries class.

Parameters:
indexedXAxis - IndexedXAxis of the Stacked column series with indexed axis.
percentageYAxis - PercentageYAxis of the Stacked column series with indexed axis.
See Also:
IndexedXAxis, PercentageYAxis

Indexed100PercentStackedColumnSeries

public Indexed100PercentStackedColumnSeries(IndexedXAxis indexedXAxis,
                                            PercentageYAxis percentageYAxis,
                                            Legend legend)
Initializes a new instance of IndexedStackedColumnSeries class.

Parameters:
indexedXAxis - IndexedXAxis of the Stacked column series with indexed axis.
percentageYAxis - PercentageYAxis of the Stacked column series with indexed axis.
legend - Legend of Stacked column series with indexed axis.
See Also:
IndexedXAxis, PercentageYAxis

Indexed100PercentStackedColumnSeries

public Indexed100PercentStackedColumnSeries(PercentageYAxis percentageYAxis)
Initializes a new instance of IndexedStackedColumnSeries class.

Parameters:
percentageYAxis - PercentageYAxis of the Stacked column series with indexed axis.
See Also:
PercentageYAxis
Method Detail

getStackedSeriesElement

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

Parameters:
index - Position of the required 100% stacked column series element with indexed axis.
Returns:
the element related to the index.
See Also:
Indexed100PercentStackedColumnSeriesElement

getYAxis

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

Returns:
the y-axis of th series.
See Also:
PercentageYAxis

getXAxis

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

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

add

public void add(Indexed100PercentStackedColumnSeriesElement indexedStackedColumnSeriesElement)
Adds a Indexed100PercentStackedColumnSeriesElement object to the end of the Indexed100PercentStackedColumnSeries element list.

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

DynamicPDF by ceTe Software

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