| 
 | 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.StackedLineSeries
com.cete.dynamicpdf.pageelements.charting.series.IndexedStackedLineSeries
public class IndexedStackedLineSeries
Represents a stacked line 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 | |
|---|---|
| IndexedStackedLineSeries()Initializes a new instance of IndexedStackedLineSeriesobject. | |
| IndexedStackedLineSeries(IndexedXAxis xAxis,
                         NumericYAxis yAxis)Initializes a new instance of IndexedStackedLineSeriesobject. | |
| IndexedStackedLineSeries(IndexedXAxis xAxis,
                         NumericYAxis yAxis,
                         Legend legend)Initializes a new instance of IndexedStackedLineSeriesobject. | |
| IndexedStackedLineSeries(NumericYAxis yAxis)Initializes a new instance of IndexedStackedLineSeriesobject. | |
| Method Summary | |
|---|---|
|  void | add(IndexedStackedLineSeriesElement element)Adds a IndexedStackedLineSeriesElementobject to theIndexedStackedLineSerieselements list. | 
|  IndexedStackedLineSeriesElement | getStackedSeriesElement(int index)Gets the IndexedStackedLineSeriesElementobject 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 IndexedStackedLineSeries()
IndexedStackedLineSeries object.
public IndexedStackedLineSeries(NumericYAxis yAxis)
IndexedStackedLineSeries object.
yAxis - NumericYAxis of the stacked line series with indexed axis.NumericYAxis
public IndexedStackedLineSeries(IndexedXAxis xAxis,
                                NumericYAxis yAxis)
IndexedStackedLineSeries object.
xAxis - IndexedXAxis of the stacked line series with indexed axis.yAxis - NumericYAxis of the stacked line series with indexed axis.NumericYAxis, 
IndexedXAxis
public IndexedStackedLineSeries(IndexedXAxis xAxis,
                                NumericYAxis yAxis,
                                Legend legend)
IndexedStackedLineSeries object.
xAxis - IndexedXAxis of the stacked line series with indexed axis.yAxis - NumericYAxis of the stacked line series with indexed axis.legend - Legend of the stacked line series with indexed axis.NumericYAxis, 
IndexedXAxis, 
Legend| Method Detail | 
|---|
public IndexedStackedLineSeriesElement getStackedSeriesElement(int index)
IndexedStackedLineSeriesElement object at the given index.
index - Position of the required  stacked line series element with indexed axis.
IndexedStackedLineSeriesElementpublic IndexedXAxis getXAxis()
IndexedXAxis of the series.
IndexedXAxispublic NumericYAxis getYAxis()
NumericYAxis of the series.
NumericYAxispublic void add(IndexedStackedLineSeriesElement element)
IndexedStackedLineSeriesElement object to the
 IndexedStackedLineSeries elements list.
element - IndexedStackedLineSeriesElement object
                                        to be added.IndexedStackedLineSeriesElement| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||