| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.pageelements.charting.values.StackedBarValue
public class StackedBarValue
Base class from which date time and indexed stacked bar values 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 | getColor()Gets the Colorobject to use for the color of the
 stacked bar value. | 
|  BarColumnValuePositionDataLabel | getDataLabel()Gets the BarColumnValuePositionDataLabelobject to use for data label of
 the stacked bar value. | 
|  float | getValue()Gets the value of the stacked bar value. | 
|  void | setColor(Color color)Sets the Colorobject to use for the color of the
 stacked bar value. | 
|  void | setDataLabel(BarColumnValuePositionDataLabel valuePositionDataLabel)Sets the BarColumnValuePositionDataLabelobject to use for data label of
 the stacked bar value. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public float getValue()
public Color getColor()
Color object to use for the color of the
 stacked bar value.
Colorpublic void setColor(Color color)
Color object to use for the color of the
 stacked bar value.
color - the color of the bar value.Colorpublic BarColumnValuePositionDataLabel getDataLabel()
BarColumnValuePositionDataLabel object to use for data label of
 the stacked bar value.
public void setDataLabel(BarColumnValuePositionDataLabel valuePositionDataLabel)
BarColumnValuePositionDataLabel object to use for data label of
 the stacked bar value.
valuePositionDataLabel - the data label of the value.NOTE:Prior to Version 6.0 DataLabel was of type ValuePositionDataLabel.| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||