|
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.BarSeries
public abstract class BarSeries
Base class from which date-time and indexed bar 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 bar series. |
float |
getBorderWidth()
Gets the border width of the bar series. |
BarColumnValuePositionDataLabel |
getDataLabel()
Gets the BarColumnValuePositionDataLabel object to use for data label
of the bar 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 bar series. |
void |
setBorderWidth(float borderWidth)
Sets the border width of the bar series. |
void |
setDataLabel(BarColumnValuePositionDataLabel valuePositionDataLabel)
Sets the BarColumnValuePositionDataLabel object to use for data label
of the bar 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 the bar series.public Color getBorderColor()
Color
object to use for the border of the bar series.
Color
public void setBorderColor(Color borderColor)
Color
object to use for the border of the bar series.
borderColor
- the border color of the series.Color
public BarColumnValuePositionDataLabel getDataLabel()
BarColumnValuePositionDataLabel
object to use for data label
of the bar series.
BarColumnValuePositionDataLabel
public void setDataLabel(BarColumnValuePositionDataLabel valuePositionDataLabel)
BarColumnValuePositionDataLabel
object to use for data label
of the bar series.
valuePositionDataLabel
- the data label of the series.NOTE:Prior to Version 6.0 DataLabel was of type ValuePositionDataLabel.
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 |