|
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.series.SeriesElement com.cete.dynamicpdf.pageelements.charting.series.StackedSeriesElementBase com.cete.dynamicpdf.pageelements.charting.series.Stacked100PercentSeriesElement com.cete.dynamicpdf.pageelements.charting.series.Stacked100PercentAreaSeriesElement
public class Stacked100PercentAreaSeriesElement
Represents an individual item in the 100% stacked area series.
Licensing:
This is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
Method Summary | |
---|---|
PercentageDataLabel |
getDataLabel()
Gets the PercentageDataLabel object to use for the DataLabel of the stacked 100Percent series element. |
Marker |
getMarker()
Gets the Marker of the 100% stacked area series element |
void |
setDataLabel(PercentageDataLabel percentageDataLabel)
Sets the PercentageDataLabel object to use for the DataLabel of the stacked 100Percent series element. |
void |
setMarker(Marker marker)
Sets the Marker of the 100% stacked area series element |
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.Stacked100PercentSeriesElement |
---|
getPercentageFormat, setPercentageFormat |
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 |
---|
public void setMarker(Marker marker)
Marker
of the 100% stacked area series element
marker
- The marker of the 100% stacked area series elementpublic Marker getMarker()
Marker
of the 100% stacked area series element
public PercentageDataLabel getDataLabel()
PercentageDataLabel
object to use for the DataLabel of the stacked 100Percent series element. This is the
default data label for the series element.
public void setDataLabel(PercentageDataLabel percentageDataLabel)
PercentageDataLabel
object to use for the DataLabel of the stacked 100Percent series element. This is the
default data label for the series element.
percentageDataLabel
- The DataLabel of the stacked 100Percent series element.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |