DynamicPDF by ceTe Software

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

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.LegendXYSeries
                  extended by com.cete.dynamicpdf.pageelements.charting.series.AreaSeries
Direct Known Subclasses:
DateTimeAreaSeries, IndexedAreaSeries

public abstract class AreaSeries
extends LegendXYSeries

Base class from which date-time and indexed area series are derived.

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 of the series.
 Marker getMarker()
          Gets the Marker of the area series.
 java.lang.String getValueFormat()
          Gets the formatting string for the values of the series.
 void setDataLabel(ValuePositionDataLabel dataLabel)
          Sets the ValuePositionDataLabel of the series.
 void setMarker(Marker marker)
          Sets the Marker of the area series.
 void setValueFormat(java.lang.String format)
          Sets the formatting string for the values of the series.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.LegendXYSeries
getColor, getLegendLabel, getName, setColor
 
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
 

Method Detail

setValueFormat

public void setValueFormat(java.lang.String format)
Sets the formatting string for the values of the series.

Parameters:
format - The valueFormat of the areaSeries.

getValueFormat

public java.lang.String getValueFormat()
Gets the formatting string for the values of the series.

Returns:
valueFormatSting of the areaSeries.

getDataLabel

public ValuePositionDataLabel getDataLabel()
Gets the ValuePositionDataLabel of the series.

Returns:
ValuePositionDataLabel
See Also:
ValuePositionDataLabel

setDataLabel

public void setDataLabel(ValuePositionDataLabel dataLabel)
Sets the ValuePositionDataLabel of the series.

Parameters:
dataLabel - The ValuePositionDataLabel of the series.
See Also:
ValuePositionDataLabel

setMarker

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

Parameters:
marker - The Marker of the areaSeries.

getMarker

public Marker getMarker()
Gets the Marker of the area series.

Returns:
marker of the areaSeries.

DynamicPDF by ceTe Software

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