|
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.StackedSeriesElement com.cete.dynamicpdf.pageelements.charting.series.StackedBarSeriesElement
public abstract class StackedBarSeriesElement
Base class from which date-time and indexed stacked bar series elements are derived.
Licensing:
This is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
Method Summary | |
---|---|
Color |
getBorderColor()
Gets the Color object to use for the borders of the stacked
bar series element. |
float |
getBorderWidth()
Gets the border width of the stacked bar series element. |
BarColumnValuePositionDataLabel |
getDataLabel()
Gets the BarColumnValuePositionDataLabel object to use for the DataLabel of the stacked series element. |
void |
setBorderColor(Color borderColor)
Sets the Color object to use for the borders of the stacked
bar series element. |
void |
setBorderWidth(float borderWidth)
Sets the border width of the stacked bar series element. |
void |
setDataLabel(BarColumnValuePositionDataLabel dataLabel)
Sets the BarColumnValuePositionDataLabel object to use for the DataLabel of the stacked 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 |
---|
public float getBorderWidth()
public void setBorderWidth(float borderWidth)
borderWidth
- the float value used to set border width of stacked
bar series element.public Color getBorderColor()
Color
object to use for the borders of the stacked
bar series element.
Color
public BarColumnValuePositionDataLabel getDataLabel()
BarColumnValuePositionDataLabel
object to use for the DataLabel of the stacked series element. This is the
default data label for the series element.
public void setDataLabel(BarColumnValuePositionDataLabel dataLabel)
BarColumnValuePositionDataLabel
object to use for the DataLabel of the stacked series element. This is the
default data label for the series element.
dataLabel
- The DataLabel of the stacked series element.
NOTE: Prior to Version 6.0 DataLabel was of type ValuePositionDataLabel.public void setBorderColor(Color borderColor)
Color
object to use for the borders of the stacked
bar series element.
borderColor
- the border color of the series element.Color
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |