DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements.charting.series
Class Indexed100PercentStackedLineSeries

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.PlotAreaElement
      extended by com.cete.dynamicpdf.pageelements.charting.SeriesBase
          extended by com.cete.dynamicpdf.pageelements.charting.series.XYSeries
              extended by com.cete.dynamicpdf.pageelements.charting.series.StackedSeries
                  extended by com.cete.dynamicpdf.pageelements.charting.series.Stacked100PercentSeries
                      extended by com.cete.dynamicpdf.pageelements.charting.series.Stacked100PercentLineSeries
                          extended by com.cete.dynamicpdf.pageelements.charting.series.Indexed100PercentStackedLineSeries

public class Indexed100PercentStackedLineSeries
extends Stacked100PercentLineSeries

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:

View Example


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

Indexed100PercentStackedLineSeries

public Indexed100PercentStackedLineSeries()
Initializes a new instance of IndexedStackedLineSeries object.


Indexed100PercentStackedLineSeries

public Indexed100PercentStackedLineSeries(PercentageYAxis yAxis)
Initializes a new instance of IndexedStackedLineSeries object.

Parameters:
yAxis - PercentageYAxis of the Stacked line series with indexed axis.
See Also:
PercentageYAxis

Indexed100PercentStackedLineSeries

public Indexed100PercentStackedLineSeries(IndexedXAxis xAxis,
                                          PercentageYAxis yAxis)
Initializes a new instance of IndexedStackedLineSeries object.

Parameters:
xAxis - IndexedXAxis of the Stacked line series with indexed axis.
yAxis - PercentageYAxis of the Stacked line series with indexed axis.
See Also:
PercentageYAxis, IndexedXAxis

Indexed100PercentStackedLineSeries

public Indexed100PercentStackedLineSeries(IndexedXAxis xAxis,
                                          PercentageYAxis yAxis,
                                          Legend legend)
Initializes a new instance of IndexedStackedLineSeries object.

Parameters:
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.
See Also:
PercentageYAxis, IndexedXAxis, Legend
Method Detail

getStackedSeriesElement

public Indexed100PercentStackedLineSeriesElement getStackedSeriesElement(int index)
Gets the Indexed100PercentStackedLineSeriesElement object at the given index.

Parameters:
index - Position of the required 100% stacked line series element with indexed axis.
Returns:
the element related to the index.
See Also:
Indexed100PercentStackedLineSeriesElement

getYAxis

public PercentageYAxis getYAxis()
Gets the PercentageYAxis of the series.

Returns:
the y-axis of th series.
See Also:
PercentageYAxis

getXAxis

public IndexedXAxis getXAxis()
Gets the IndexedXAxis of the series.

Returns:
the x-axis of th series.
See Also:
IndexedXAxis

add

public void add(Indexed100PercentStackedLineSeriesElement element)
Adds a Indexed100PercentStackedLineSeriesElement object to the Indexed100PercentStackedLineSeries elements list.

Parameters:
element - Indexed100PercentStackedLineSeriesElement object to be added.
See Also:
Indexed100PercentStackedLineSeriesElement

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software