|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 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 |
---|
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.
ValuePositionDataLabel
public void setDataLabel(ValuePositionDataLabel dataLabel)
ValuePositionDataLabel
of the series.
dataLabel
- The ValuePositionDataLabel of the series.ValuePositionDataLabel
public 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 |