|
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.ColumnSeries
public abstract class ColumnSeries
Base class from which date-time and indexed column 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 | |
---|---|
Color |
getBorderColor()
Gets the Color object to use for the border of the column series. |
float |
getBorderWidth()
Gets the border width of the column series. |
BarColumnValuePositionDataLabel |
getDataLabel()
Gets the BarColumnValuePositionDataLabel object to use for data label
of the column series. |
java.lang.String |
getValueFormat()
Gets the format to use for the value of the ValuePositionDataLabel object. |
void |
setBorderColor(Color borderColor)
Sets the Color object to use for the border of the column series. |
void |
setBorderWidth(float borderWidth)
Sets the border width of the column series. |
void |
setDataLabel(BarColumnValuePositionDataLabel valuePositionDataLabel)
Sets the BarColumnValuePositionDataLabel object to use for data label
of the column series. |
void |
setValueFormat(java.lang.String valueFormat)
Sets the format to use for the value of the ValuePositionDataLabel object. |
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 float getBorderWidth()
public void setBorderWidth(float borderWidth)
borderWidth
- the float value used to set border width of column series.public Color getBorderColor()
Color
object to use for the border of the column series.
Color
public void setBorderColor(Color borderColor)
Color
object to use for the border of the column series.
borderColor
- Color
public BarColumnValuePositionDataLabel getDataLabel()
BarColumnValuePositionDataLabel
object to use for data label
of the column series.
NOTE: Prior to Version 6.0 DataLabel was of type ValuePositionDataLabel.
public void setDataLabel(BarColumnValuePositionDataLabel valuePositionDataLabel)
BarColumnValuePositionDataLabel
object to use for data label
of the column series.
valuePositionDataLabel
- the data label of the series.BarColumnValuePositionDataLabel
public java.lang.String getValueFormat()
ValuePositionDataLabel
object.
ValuePositionDataLabel
object.public void setValueFormat(java.lang.String valueFormat)
ValuePositionDataLabel
object.
valueFormat
- the string value used to set format for the value of the
ValuePositionDataLabel
object.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |