| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.pageelements.charting.PlotAreaElement
com.cete.dynamicpdf.pageelements.charting.SeriesBase
com.cete.dynamicpdf.pageelements.charting.series.XYSeries
com.cete.dynamicpdf.pageelements.charting.series.LegendXYSeries
com.cete.dynamicpdf.pageelements.charting.series.AreaSeries
public abstract class AreaSeries
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 ValuePositionDataLabelof the series. | 
|  Marker | getMarker()Gets the Markerof the area series. | 
|  java.lang.String | getValueFormat()Gets the formatting string for the values of the series. | 
|  void | setDataLabel(ValuePositionDataLabel dataLabel)Sets the ValuePositionDataLabelof the series. | 
|  void | setMarker(Marker marker)Sets the Markerof 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 | 
|---|
public void setValueFormat(java.lang.String format)
format - The valueFormat of the areaSeries.public java.lang.String getValueFormat()
public ValuePositionDataLabel getDataLabel()
ValuePositionDataLabel of the series.
ValuePositionDataLabelpublic void setDataLabel(ValuePositionDataLabel dataLabel)
ValuePositionDataLabel of the series.
dataLabel - The ValuePositionDataLabel of the series.ValuePositionDataLabelpublic void setMarker(Marker marker)
Marker of the area series.
marker - The Marker of the areaSeries.public Marker getMarker()
Marker of the area series.
| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||