DynamicPDF by ceTe Software

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

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.PlotAreaElement
      extended by com.cete.dynamicpdf.pageelements.charting.series.SeriesElement
          extended by com.cete.dynamicpdf.pageelements.charting.series.StackedSeriesElementBase
              extended by com.cete.dynamicpdf.pageelements.charting.series.StackedSeriesElement
                  extended by com.cete.dynamicpdf.pageelements.charting.series.StackedColumnSeriesElement
Direct Known Subclasses:
DateTimeStackedColumnSeriesElement, IndexedStackedColumnSeriesElement

public class StackedColumnSeriesElement
extends StackedSeriesElement

Base class from which date-time and indexed stacked column 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 column series element.
 float getBorderWidth()
          Gets the border width of the stacked column 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 column series element.
 void setBorderWidth(float borderWidth)
          Sets the border width of the stacked column 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

getBorderWidth

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

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

setBorderWidth

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

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

getBorderColor

public Color getBorderColor()
Gets the Color object to use for the borders of the stacked column series element.

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

setBorderColor

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

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

getDataLabel

public BarColumnValuePositionDataLabel getDataLabel()
Gets the BarColumnValuePositionDataLabel object to use for the DataLabel of the stacked series element. This is the default data label for the series element.

Returns:
BarColumnValuePositionDataLabel The DataLabel of the stacked series element. NOTE: Prior to Version 6.0 DataLabel was of type ValuePositionDataLabel.

setDataLabel

public void setDataLabel(BarColumnValuePositionDataLabel dataLabel)
Sets the BarColumnValuePositionDataLabel object to use for the DataLabel of the stacked series element. This is the default data label for the series element.

Parameters:
dataLabel - The DataLabel of the stacked series element. NOTE: Prior to Version 6.0 DataLabel was of type ValuePositionDataLabel.

DynamicPDF by ceTe Software

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