|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 IndexedStackedLineSeries object. |
|
IndexedStackedLineSeries(IndexedXAxis xAxis,
NumericYAxis yAxis)
Initializes a new instance of IndexedStackedLineSeries object. |
|
IndexedStackedLineSeries(IndexedXAxis xAxis,
NumericYAxis yAxis,
Legend legend)
Initializes a new instance of IndexedStackedLineSeries object. |
|
IndexedStackedLineSeries(NumericYAxis yAxis)
Initializes a new instance of IndexedStackedLineSeries object. |
Method Summary | |
---|---|
void |
add(IndexedStackedLineSeriesElement element)
Adds a IndexedStackedLineSeriesElement object to the
IndexedStackedLineSeries elements list. |
IndexedStackedLineSeriesElement |
getStackedSeriesElement(int index)
Gets the IndexedStackedLineSeriesElement 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 |
---|
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.
IndexedStackedLineSeriesElement
public IndexedXAxis getXAxis()
IndexedXAxis
of the series.
IndexedXAxis
public NumericYAxis getYAxis()
NumericYAxis
of the series.
NumericYAxis
public 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 |