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