DynamicPDF by ceTe Software

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

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.PlotAreaElement
      extended by com.cete.dynamicpdf.pageelements.charting.series.SeriesElement
          extended by com.cete.dynamicpdf.pageelements.charting.series.StackedSeriesElementBase
              extended by com.cete.dynamicpdf.pageelements.charting.series.StackedSeriesElement
                  extended by com.cete.dynamicpdf.pageelements.charting.series.StackedAreaSeriesElement
                      extended by com.cete.dynamicpdf.pageelements.charting.series.IndexedStackedAreaSeriesElement

public class IndexedStackedAreaSeriesElement
extends StackedAreaSeriesElement

Represents an individual item in the stacked area series element 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
IndexedStackedAreaSeriesElement(java.lang.String name)
          Initializes a new instance of the IndexedStackedAreaSeriesElement object.
IndexedStackedAreaSeriesElement(java.lang.String name, Color color)
          Initializes a new instance of the IndexedStackedAreaSeriesElement object.
IndexedStackedAreaSeriesElement(java.lang.String name, Color color, Legend legend)
          Initializes a new instance of the IndexedStackedAreaSeriesElement object.
IndexedStackedAreaSeriesElement(java.lang.String name, Color color, Marker marker)
          Initializes a new instance of the IndexedStackedAreaSeriesElement object.
IndexedStackedAreaSeriesElement(java.lang.String name, Color color, Marker marker, Legend legend)
          Initializes a new instance of the IndexedStackedAreaSeriesElement object.
 
Method Summary
 IndexedStackedAreaValueList getValues()
          Gets the IndexedStackedAreaValueList object contained in the indexedStackedAreaSeriesElement.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.StackedAreaSeriesElement
getDataLabel, getMarker, setDataLabel, setMarker
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.StackedSeriesElementBase
getValueFormat, setValueFormat
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.SeriesElement
getColor, getLegendLabel, getName, setColor
 
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

IndexedStackedAreaSeriesElement

public IndexedStackedAreaSeriesElement(java.lang.String name)
Initializes a new instance of the IndexedStackedAreaSeriesElement object.

Parameters:
name - Name of the stacked area series element with indexed axis.

IndexedStackedAreaSeriesElement

public IndexedStackedAreaSeriesElement(java.lang.String name,
                                       Color color)
Initializes a new instance of the IndexedStackedAreaSeriesElement object.

Parameters:
name - Name of the stacked area series element with indexed axis.
color - Color of the stacked area series element with indexed axis.

IndexedStackedAreaSeriesElement

public IndexedStackedAreaSeriesElement(java.lang.String name,
                                       Color color,
                                       Marker marker)
Initializes a new instance of the IndexedStackedAreaSeriesElement object.

Parameters:
name - Name of the stacked area series element with indexed axis.
color - Color of the stacked area series element with indexed axis.
marker - Marker of the stacked area series element with indexed axis.
See Also:
Marker

IndexedStackedAreaSeriesElement

public IndexedStackedAreaSeriesElement(java.lang.String name,
                                       Color color,
                                       Legend legend)
Initializes a new instance of the IndexedStackedAreaSeriesElement object.

Parameters:
name - Name of the stacked area series element with indexed axis.
color - Color of the stacked area series element with indexed axis.
legend - Legend of the stacked area series element with indexed axis.
See Also:
Legend

IndexedStackedAreaSeriesElement

public IndexedStackedAreaSeriesElement(java.lang.String name,
                                       Color color,
                                       Marker marker,
                                       Legend legend)
Initializes a new instance of the IndexedStackedAreaSeriesElement object.

Parameters:
name - Name of the stacked area series element with indexed axis.
color - Color of the stacked area series element with indexed axis.
marker - Marker of the stacked area series element with indexed axis.
legend - Legend of the stacked area series element with indexed axis.
See Also:
Legend, Marker
Method Detail

getValues

public IndexedStackedAreaValueList getValues()
Gets the IndexedStackedAreaValueList object contained in the indexedStackedAreaSeriesElement.

Returns:
IndexedStackedAreaValueList of the series.
See Also:
IndexedStackedAreaValueList

DynamicPDF by ceTe Software

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