|
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.StackedBarSeries com.cete.dynamicpdf.pageelements.charting.series.IndexedStackedBarSeries
public class IndexedStackedBarSeries
Represents a stacked bar 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 | |
---|---|
IndexedStackedBarSeries()
Initializes a new instance of IndexedStackedBarSeries class. |
|
IndexedStackedBarSeries(NumericXAxis numericXAxis)
Initializes a new instance of IndexedStackedBarSeries class. |
|
IndexedStackedBarSeries(NumericXAxis numericXAxis,
IndexedYAxis indexedYAxis)
Initializes a new instance of IndexedStackedBarSeries class. |
|
IndexedStackedBarSeries(NumericXAxis numericXAxis,
IndexedYAxis indexedYAxis,
Legend legend)
Initializes a new instance of IndexedStackedBarSeries class. |
Method Summary | |
---|---|
void |
add(IndexedStackedBarSeriesElement indexedStackedBarSeriesElement)
Adds a IndexedStackedBarSeriesElement to the end of the
IndexedStackedBarSeries element list. |
IndexedStackedBarSeriesElement |
getStackedSeriesElement(int index)
Gets the IndexedStackedBarSeriesElement object at the given index. |
NumericXAxis |
getXAxis()
Gets the NumericXAxis of the series. |
IndexedYAxis |
getYAxis()
Gets the IndexedYAxis 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 IndexedStackedBarSeries()
IndexedStackedBarSeries
class.
public IndexedStackedBarSeries(NumericXAxis numericXAxis, IndexedYAxis indexedYAxis)
IndexedStackedBarSeries
class.
numericXAxis
- NumericXAxis
of the stacked bar series with indexed axis.indexedYAxis
- IndexedYAxis
of the stacked bar series with indexed axis.NumericXAxis
,
IndexedYAxis
public IndexedStackedBarSeries(NumericXAxis numericXAxis, IndexedYAxis indexedYAxis, Legend legend)
IndexedStackedBarSeries
class.
numericXAxis
- NumericXAxis
of the stacked bar series with indexed axis.indexedYAxis
- IndexedYAxis
of the stacked bar series with indexed axis.legend
- Legend
of the stacked bar series with indexed axis.NumericXAxis
,
IndexedYAxis
public IndexedStackedBarSeries(NumericXAxis numericXAxis)
IndexedStackedBarSeries
class.
numericXAxis
- NumericXAxis
of the stacked bar series with indexed axis.NumericXAxis
Method Detail |
---|
public IndexedStackedBarSeriesElement getStackedSeriesElement(int index)
IndexedStackedBarSeriesElement
object at the given index.
index
- Position of the required indexed stacked bar series element.
IndexedStackedBarSeriesElement
public NumericXAxis getXAxis()
NumericXAxis
of the series.
NumericXAxis
public IndexedYAxis getYAxis()
IndexedYAxis
of the series.
IndexedYAxis
public void add(IndexedStackedBarSeriesElement indexedStackedBarSeriesElement)
IndexedStackedBarSeriesElement
to the end of the
IndexedStackedBarSeries
element list.
indexedStackedBarSeriesElement
- IndexedStackedBarSeriesElement
to be added.IndexedStackedBarSeriesElement
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |