DynamicPDF by ceTe Software

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

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
Direct Known Subclasses:
DateTimeStackedAreaSeriesElement, IndexedStackedAreaSeriesElement

public abstract class StackedAreaSeriesElement
extends StackedSeriesElement

Represents an individual item in the stacked area aeries.

Licensing:
This is a DynamicPDF Generator Enterprise Edition feature. One of the following licenses is required for non-evaluation usage:


Method Summary
 ValuePositionDataLabel getDataLabel()
          Gets the ValuePositionDataLabel object to use for the DataLabel of the stacked series element.
 Marker getMarker()
          Gets the Marker of the stacked area series element
 void setDataLabel(ValuePositionDataLabel dataLabel)
          Sets the ValuePositionDataLabel object to use for the DataLabel of the stacked series element.
 void setMarker(Marker marker)
          Sets the Marker of the stacked area series element
 
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
 

Method Detail

setMarker

public void setMarker(Marker marker)
Sets the Marker of the stacked area series element

Parameters:
marker - The marker of the stacked area series element

getMarker

public Marker getMarker()
Gets the Marker of the stacked area series element

Returns:
marker of the stacked area series element

getDataLabel

public ValuePositionDataLabel getDataLabel()
Gets the ValuePositionDataLabel object to use for the DataLabel of the stacked series element. This is the default data label for the series element.

Returns:
ValuePositionDataLabel The DataLabel of the stacked series element.

setDataLabel

public void setDataLabel(ValuePositionDataLabel dataLabel)
Sets the ValuePositionDataLabel object to use for the DataLabel of the stacked series element. This is the default data label for the series element.

Parameters:
dataLabel - The DataLabel of the stacked series element.

DynamicPDF by ceTe Software

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