DynamicPDF by ceTe Software

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

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.Stacked100PercentSeriesElement
                  extended by com.cete.dynamicpdf.pageelements.charting.series.Stacked100PercentColumnSeriesElement
                      extended by com.cete.dynamicpdf.pageelements.charting.series.Indexed100PercentStackedColumnSeriesElement

public class Indexed100PercentStackedColumnSeriesElement
extends Stacked100PercentColumnSeriesElement

Represents an individual item in the 100% stacked column series element with indexed axis.

Licensing:
This is a DynamicPDF Generator Enterprise Edition feature. One of the following licenses is required for non-evaluation usage:

View Example


Constructor Summary
Indexed100PercentStackedColumnSeriesElement(java.lang.String name)
          Initializes a new instance of the Indexed100PercentStackedColumnSeriesElement class.
Indexed100PercentStackedColumnSeriesElement(java.lang.String name, Color color)
          Initializes a new instance of the Indexed100PercentStackedColumnSeriesElement class.
Indexed100PercentStackedColumnSeriesElement(java.lang.String name, Color color, float borderWidth)
          Initializes a new instance of the Indexed100PercentStackedColumnSeriesElement class.
Indexed100PercentStackedColumnSeriesElement(java.lang.String name, Color color, float borderWidth, Color borderColor)
          Initializes a new instance of the Indexed100PercentStackedColumnSeriesElement class.
Indexed100PercentStackedColumnSeriesElement(java.lang.String name, Color color, float borderWidth, Color borderColor, Legend legend)
          Initializes a new instance of the Indexed100PercentStackedColumnSeriesElement class.
Indexed100PercentStackedColumnSeriesElement(java.lang.String name, Color color, Legend legend)
          Initializes a new instance of the Indexed100PercentStackedColumnSeriesElement class.
Indexed100PercentStackedColumnSeriesElement(java.lang.String name, float borderWidth, Color borderColor)
          Initializes a new instance of the Indexed100PercentStackedColumnSeriesElement class.
 
Method Summary
 Indexed100PercentStackedColumnValueList getValues()
          Gets the Indexed100PercentStackedColumnValueList object contained in the 100% stacked column series element with indexed axis.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.Stacked100PercentColumnSeriesElement
getBorderColor, getBorderWidth, getDataLabel, setBorderColor, setBorderWidth, setDataLabel
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.Stacked100PercentSeriesElement
getPercentageFormat, setPercentageFormat
 
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
 

Constructor Detail

Indexed100PercentStackedColumnSeriesElement

public Indexed100PercentStackedColumnSeriesElement(java.lang.String name)
Initializes a new instance of the Indexed100PercentStackedColumnSeriesElement class.

Parameters:
name - Name of the 100% stacked column series element with indexed axis.

Indexed100PercentStackedColumnSeriesElement

public Indexed100PercentStackedColumnSeriesElement(java.lang.String name,
                                                   Color color)
Initializes a new instance of the Indexed100PercentStackedColumnSeriesElement class.

Parameters:
name - Name of the 100% stacked column series element with indexed axis.
color - Color of the 100% stacked column series element with indexed axis.

Indexed100PercentStackedColumnSeriesElement

public Indexed100PercentStackedColumnSeriesElement(java.lang.String name,
                                                   Color color,
                                                   Legend legend)
Initializes a new instance of the Indexed100PercentStackedColumnSeriesElement class.

Parameters:
name - Name of the 100% stacked column series element with indexed axis.
color - Color of 100% stacked column series element with indexed axis.
legend - Legend of the 100% stacked column series element with indexed axis.
See Also:
Legend

Indexed100PercentStackedColumnSeriesElement

public Indexed100PercentStackedColumnSeriesElement(java.lang.String name,
                                                   Color color,
                                                   float borderWidth)
Initializes a new instance of the Indexed100PercentStackedColumnSeriesElement class.

Parameters:
name - Name of the 100% stacked column series element with indexed axis.
color - Color of the 100% stacked column series element with indexed axis.
borderWidth - Border width of the 100% stacked column series element with indexed axis.

Indexed100PercentStackedColumnSeriesElement

public Indexed100PercentStackedColumnSeriesElement(java.lang.String name,
                                                   float borderWidth,
                                                   Color borderColor)
Initializes a new instance of the Indexed100PercentStackedColumnSeriesElement class.

Parameters:
name - Name of the 100% stacked column series element with indexed axis.
borderWidth - Border width of the 100% stacked column series element with indexed axis.
borderColor - Border Color of the 100% stacked column series element with indexed axis.

Indexed100PercentStackedColumnSeriesElement

public Indexed100PercentStackedColumnSeriesElement(java.lang.String name,
                                                   Color color,
                                                   float borderWidth,
                                                   Color borderColor)
Initializes a new instance of the Indexed100PercentStackedColumnSeriesElement class.

Parameters:
name - Name of the 100% stacked column series element with indexed axis.
color - Color of the 100% stacked column series element with indexed axis.
borderWidth - Border width of the 100% stacked column series element with indexed axis.
borderColor - Border Color of the 100% stacked column series element with indexed axis.

Indexed100PercentStackedColumnSeriesElement

public Indexed100PercentStackedColumnSeriesElement(java.lang.String name,
                                                   Color color,
                                                   float borderWidth,
                                                   Color borderColor,
                                                   Legend legend)
Initializes a new instance of the Indexed100PercentStackedColumnSeriesElement class.

Parameters:
name - Name of the 100% stacked column series element with indexed axis.
color - Color of the 100% stacked column series element with indexed axis.
borderWidth - Border width of the 100% stacked column series element with indexed axis.
borderColor - Border Color of the 100% stacked column series element with indexed axis.
legend - Legend of the 100% stacked column series element with indexed axis.
See Also:
Legend
Method Detail

getValues

public Indexed100PercentStackedColumnValueList getValues()
Gets the Indexed100PercentStackedColumnValueList object contained in the 100% stacked column series element with indexed axis.

Returns:
the value list.
See Also:
Indexed100PercentStackedColumnValueList

DynamicPDF by ceTe Software

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