DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements.charting
Class XYScatterDataLabel

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.XYDataLabel
      extended by com.cete.dynamicpdf.pageelements.charting.XYScatterDataLabel

public class XYScatterDataLabel
extends XYDataLabel

Represent's a XYScatterDataLabel.

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

View Example


Constructor Summary
XYScatterDataLabel(boolean yValue)
          Initializes a new instance of the ScatterDataLabel object.
XYScatterDataLabel(boolean yValue, boolean series)
          Initializes a new instance of the ScatterDataLabel object.
XYScatterDataLabel(boolean xValue, boolean yValue, boolean series)
          Initializes a new instance of the ScatterDataLabel object.
 
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

XYScatterDataLabel

public XYScatterDataLabel(boolean yValue)
Initializes a new instance of the ScatterDataLabel object.

Parameters:
yValue - boolean value indicating the series value visible status.

XYScatterDataLabel

public XYScatterDataLabel(boolean yValue,
                          boolean series)
Initializes a new instance of the ScatterDataLabel object.

Parameters:
yValue - boolean value indicating the series value visible status.
series - boolean value indicating the series name visible status.

XYScatterDataLabel

public XYScatterDataLabel(boolean xValue,
                          boolean yValue,
                          boolean series)
Initializes a new instance of the ScatterDataLabel object.

Parameters:
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

getShowXValue

public boolean getShowXValue()
Gets the xValue visible status. By default its false.

Returns:
boolean The visible status of the X value in the DataLable

setShowXValue

public void setShowXValue(boolean xValue)
Sets the xValue visible status. By default its false.

Parameters:
xValue - the visible status of the X value in the DataLable

getShowYValue

public boolean getShowYValue()
Gets the yValue visible status. By default its false.

Returns:
boolean The visible status of the Y value in the DataLable

setShowYValue

public void setShowYValue(boolean yValue)
Sets the yValue visible status. By default its false.

Parameters:
yValue - the visible status of the Y value in the DataLabel

getSeries

public boolean getSeries()
Gets the series name visible status. By default its false.

Returns:
boolean the visible status of the series name in the DataLabel

setSeries

public void setSeries(boolean series)
Sets the series name visible status. By default its false.

Parameters:
series - The visible status of the series name in the DataLabel.

DynamicPDF by ceTe Software

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