| 
 | 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.XYDataLabel
com.cete.dynamicpdf.pageelements.charting.ValuePositionDataLabel
public class ValuePositionDataLabel
This class represents value position data label.
Licensing:
This is a DynamicPDF Generator Enterprise
 Edition feature. One of the following licenses is required for non-evaluation usage:
 
| Constructor Summary | |
|---|---|
| ValuePositionDataLabel(boolean showValue)Initializes a new instance of the ValuePositionDataLabelclass. | |
| ValuePositionDataLabel(boolean showValue,
                       boolean showSeries)Initializes a new instance of the ValuePositionDataLabelclass. | |
| ValuePositionDataLabel(boolean showValue,
                       boolean showPosition,
                       boolean showSeries)Initializes a new instance of the ValuePositionDataLabelclass. | |
| ValuePositionDataLabel(Font font,
                       float fontSize,
                       Color color,
                       boolean showValue)Initializes a new instance of the ValuePositionDataLabelclass. | |
| Method Summary | |
|---|---|
|  boolean | getShowPosition()Gets visible status for the position of the series value. | 
|  boolean | getShowSeries()Gets visible status of the series name. | 
|  boolean | getShowValue()Gets visible status of the series value. | 
|  void | setShowPosition(boolean showPosition)Sets visible status for the position of the series value. | 
|  void | setShowSeries(boolean showSeries)Sets visible status of the series name. | 
|  void | setShowValue(boolean showValue)Sets visible status of the series value. | 
| Methods inherited from class com.cete.dynamicpdf.pageelements.charting.XYDataLabel | 
|---|
| getAlign, getAngle, getColor, getFont, getFontSize, getPadding, getPosition, getPrefix, getSeparator, getSeperator, getSuffix, getWidth, getWrapText, setAlign, setAngle, setColor, setFont, setFontSize, setPadding, setPosition, setPrefix, setSeparator, setSeperator, setSuffix, setWidth, setWrapText | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ValuePositionDataLabel(boolean showValue)
ValuePositionDataLabel class.
showValue - boolean value indicating visible status of the series value .
public ValuePositionDataLabel(boolean showValue,
                              boolean showSeries)
ValuePositionDataLabel class.
showValue - boolean value indicating visible status of the series value.showSeries - boolean value indicating visible status of the series name.
public ValuePositionDataLabel(boolean showValue,
                              boolean showPosition,
                              boolean showSeries)
ValuePositionDataLabel class.
showValue - boolean value indicating visible status of the series value.showPosition - boolean value indicating visible status for the position of the series value.showSeries - boolean value indicating visible status of the series name .
public ValuePositionDataLabel(Font font,
                              float fontSize,
                              Color color,
                              boolean showValue)
ValuePositionDataLabel class.
font - Font of the value position data label.fontSize - font size of the value position data label.color - Color of the value position data label.showValue - boolean value indicating visible status of the series value.| Method Detail | 
|---|
public boolean getShowValue()
public void setShowValue(boolean showValue)
showValue - to set visible status of the series value.public boolean getShowPosition()
public void setShowPosition(boolean showPosition)
showPosition - boolean value to set the visible status for the position of the series value.public boolean getShowSeries()
public void setShowSeries(boolean showSeries)
showSeries - boolean value to set visible status of the series name.| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||