DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements.charting
Class ValuePositionDataLabel

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.XYDataLabel
      extended by com.cete.dynamicpdf.pageelements.charting.ValuePositionDataLabel
Direct Known Subclasses:
BarColumnValuePositionDataLabel

public class ValuePositionDataLabel
extends XYDataLabel

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 ValuePositionDataLabel class.
ValuePositionDataLabel(boolean showValue, boolean showSeries)
          Initializes a new instance of the ValuePositionDataLabel class.
ValuePositionDataLabel(boolean showValue, boolean showPosition, boolean showSeries)
          Initializes a new instance of the ValuePositionDataLabel class.
ValuePositionDataLabel(Font font, float fontSize, Color color, boolean showValue)
          Initializes a new instance of the ValuePositionDataLabel class.
 
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

ValuePositionDataLabel

public ValuePositionDataLabel(boolean showValue)
Initializes a new instance of the ValuePositionDataLabel class.

Parameters:
showValue - boolean value indicating visible status of the series value .

ValuePositionDataLabel

public ValuePositionDataLabel(boolean showValue,
                              boolean showSeries)
Initializes a new instance of the ValuePositionDataLabel class.

Parameters:
showValue - boolean value indicating visible status of the series value.
showSeries - boolean value indicating visible status of the series name.

ValuePositionDataLabel

public ValuePositionDataLabel(boolean showValue,
                              boolean showPosition,
                              boolean showSeries)
Initializes a new instance of the ValuePositionDataLabel class.

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

ValuePositionDataLabel

public ValuePositionDataLabel(Font font,
                              float fontSize,
                              Color color,
                              boolean showValue)
Initializes a new instance of the ValuePositionDataLabel class.

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

getShowValue

public boolean getShowValue()
Gets visible status of the series value. By default its false.

Returns:
visible status of the value.

setShowValue

public void setShowValue(boolean showValue)
Sets visible status of the series value. By default its false.

Parameters:
showValue - to set visible status of the series value.

getShowPosition

public boolean getShowPosition()
Gets visible status for the position of the series value. By default its false.

Returns:
visible status of the position.

setShowPosition

public void setShowPosition(boolean showPosition)
Sets visible status for the position of the series value. By default its false.

Parameters:
showPosition - boolean value to set the visible status for the position of the series value.

getShowSeries

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

Returns:
visible status of the series name.

setShowSeries

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

Parameters:
showSeries - boolean value to set visible status of the series name.

DynamicPDF by ceTe Software

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