| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.pageelements.charting.PlotAreaElement
com.cete.dynamicpdf.pageelements.charting.SeriesBase
com.cete.dynamicpdf.pageelements.charting.series.XYSeries
com.cete.dynamicpdf.pageelements.charting.series.StackedSeries
com.cete.dynamicpdf.pageelements.charting.series.StackedColumnSeries
com.cete.dynamicpdf.pageelements.charting.series.IndexedStackedColumnSeries
public class IndexedStackedColumnSeries
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:
 
| Constructor Summary | |
|---|---|
| IndexedStackedColumnSeries()Initializes a new instance of IndexedStackedColumnSeriesclass. | |
| IndexedStackedColumnSeries(IndexedXAxis indexedXAxis,
                           NumericYAxis numericYAxis)Initializes a new instance of IndexedStackedColumnSeriesclass. | |
| IndexedStackedColumnSeries(IndexedXAxis indexedXAxis,
                           NumericYAxis numericYAxis,
                           Legend legend)Initializes a new instance of IndexedStackedColumnSeriesclass. | |
| IndexedStackedColumnSeries(NumericYAxis numericYAxis)Initializes a new instance of IndexedStackedColumnSeriesclass. | |
| Method Summary | |
|---|---|
|  void | add(IndexedStackedColumnSeriesElement indexedStackedColumnSeriesElement)Adds a IndexedStackedColumnSeriesElementobject to the end of theIndexedStackedColumnSerieselement list. | 
|  IndexedStackedColumnSeriesElement | getStackedSeriesElement(int index)Gets the IndexedStackedColumnSeriesElementobject at the given index. | 
|  IndexedXAxis | getXAxis()Gets the IndexedXAxisof the series. | 
|  NumericYAxis | getYAxis()Gets the NumericYAxisof 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 | 
|---|
public IndexedStackedColumnSeries()
IndexedStackedColumnSeries class.
public IndexedStackedColumnSeries(IndexedXAxis indexedXAxis,
                                  NumericYAxis numericYAxis)
IndexedStackedColumnSeries class.
indexedXAxis - IndexedXAxis of the stacked column series  with indexed axis.numericYAxis - NumericYAxis of the stacked column series  with indexed axis.IndexedXAxis, 
NumericYAxis
public IndexedStackedColumnSeries(IndexedXAxis indexedXAxis,
                                  NumericYAxis numericYAxis,
                                  Legend legend)
IndexedStackedColumnSeries class.
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.IndexedXAxis, 
NumericYAxispublic IndexedStackedColumnSeries(NumericYAxis numericYAxis)
IndexedStackedColumnSeries class.
numericYAxis - NumericYAxis of the stacked column series  with indexed axis.NumericYAxis| Method Detail | 
|---|
public IndexedStackedColumnSeriesElement getStackedSeriesElement(int index)
IndexedStackedColumnSeriesElement object at the given index.
index - Position of the required indexed stacked column series element.
IndexedStackedColumnSeriesElementpublic IndexedXAxis getXAxis()
IndexedXAxis of the series.
IndexedXAxispublic NumericYAxis getYAxis()
NumericYAxis of the series.
NumericYAxispublic void add(IndexedStackedColumnSeriesElement indexedStackedColumnSeriesElement)
IndexedStackedColumnSeriesElement object to the end of the
 IndexedStackedColumnSeries element list.
indexedStackedColumnSeriesElement - IndexedStackedColumnSeriesElement
                                          to be added.IndexedStackedColumnSeriesElement| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||