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