| 
 | 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.XYScatterDataLabel
public class XYScatterDataLabel
Represent's a XYScatterDataLabel.
Licensing:
This is a DynamicPDF Generator Enterprise
 Edition feature. One of the following licenses is required for non-evaluation usage:
 
| Constructor Summary | |
|---|---|
| XYScatterDataLabel(boolean yValue)Initializes a new instance of the ScatterDataLabelobject. | |
| XYScatterDataLabel(boolean yValue,
                   boolean series)Initializes a new instance of the ScatterDataLabelobject. | |
| XYScatterDataLabel(boolean xValue,
                   boolean yValue,
                   boolean series)Initializes a new instance of the ScatterDataLabelobject. | |
| Method Summary | |
|---|---|
|  boolean | getSeries()Gets the series name visible status. | 
|  boolean | getShowXValue()Gets the xValue visible status. | 
|  boolean | getShowYValue()Gets the yValue visible status. | 
|  void | setSeries(boolean series)Sets the series name visible status. | 
|  void | setShowXValue(boolean xValue)Sets the xValue visible status. | 
|  void | setShowYValue(boolean yValue)Sets the yValue visible status. | 
| 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 XYScatterDataLabel(boolean yValue)
ScatterDataLabel object.
yValue - boolean value indicating the series value visible status.
public XYScatterDataLabel(boolean yValue,
                          boolean series)
ScatterDataLabel object.
yValue - boolean value indicating the series value visible status.series - boolean value indicating the series name visible status.
public XYScatterDataLabel(boolean xValue,
                          boolean yValue,
                          boolean series)
ScatterDataLabel object.
xValue - boolean value indicating the series value visible status.yValue - boolean value indicating the position visible status.series - boolean value indicating the series name visible status.| Method Detail | 
|---|
public boolean getShowXValue()
public void setShowXValue(boolean xValue)
xValue - the visible status of the X value in the DataLablepublic boolean getShowYValue()
public void setShowYValue(boolean yValue)
yValue - the visible status of the Y value in the DataLabelpublic boolean getSeries()
public void setSeries(boolean series)
series - The visible status of the series name in the DataLabel.| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||