DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements.charting.series
Class ColumnSeries

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.PlotAreaElement
      extended by com.cete.dynamicpdf.pageelements.charting.SeriesBase
          extended by com.cete.dynamicpdf.pageelements.charting.series.XYSeries
              extended by com.cete.dynamicpdf.pageelements.charting.series.LegendXYSeries
                  extended by com.cete.dynamicpdf.pageelements.charting.series.ColumnSeries
Direct Known Subclasses:
DateTimeColumnSeries, IndexedColumnSeries

public abstract class ColumnSeries
extends LegendXYSeries

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

getBorderWidth

public float getBorderWidth()
Gets the border width of the column series.

Returns:
the float value specifying border width of the column series.

setBorderWidth

public void setBorderWidth(float borderWidth)
Sets the border width of the column series.

Parameters:
borderWidth - the float value used to set border width of column series.

getBorderColor

public Color getBorderColor()
Gets the Color object to use for the border of the column series.

Returns:
the border color of the series.
See Also:
Color

setBorderColor

public void setBorderColor(Color borderColor)
Sets the Color object to use for the border of the column series.

Parameters:
borderColor -
See Also:
Color

getDataLabel

public BarColumnValuePositionDataLabel getDataLabel()
Gets the BarColumnValuePositionDataLabel object to use for data label of the column series.

Returns:
the data label of the series.
See Also:
NOTE: Prior to Version 6.0 DataLabel was of type ValuePositionDataLabel.

setDataLabel

public void setDataLabel(BarColumnValuePositionDataLabel valuePositionDataLabel)
Sets the BarColumnValuePositionDataLabel object to use for data label of the column series.

Parameters:
valuePositionDataLabel - the data label of the series.
See Also:
BarColumnValuePositionDataLabel

getValueFormat

public java.lang.String getValueFormat()
Gets the format to use for the value of the ValuePositionDataLabel object.

Returns:
the string value specifying format to use for the value of the ValuePositionDataLabel object.

setValueFormat

public void setValueFormat(java.lang.String valueFormat)
Sets the format to use for the value of the ValuePositionDataLabel object.

Parameters:
valueFormat - the string value used to set format for the value of the ValuePositionDataLabel object.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software