DynamicPDF by ceTe Software

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

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.BarSeries
Direct Known Subclasses:
DateTimeBarSeries, IndexedBarSeries

public abstract class BarSeries
extends LegendXYSeries

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

getBorderWidth

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

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

setBorderWidth

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

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

getBorderColor

public Color getBorderColor()
Gets the Color object to use for the border of the bar 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 bar series.

Parameters:
borderColor - the border color of the series.
See Also:
Color

getDataLabel

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

Returns:
the data label of the series.
See Also:
BarColumnValuePositionDataLabel

setDataLabel

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

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

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