DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements.charting
Class BarColumnValuePositionDataLabel

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

public class BarColumnValuePositionDataLabel
extends ValuePositionDataLabel

Represents the Data label position.

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

View Example


Constructor Summary
BarColumnValuePositionDataLabel(boolean showValue)
          Creates a new instance of BarColumnValuePositionDataLabel .
BarColumnValuePositionDataLabel(boolean showValue, boolean showSeries)
          Creates a new instance of BarColumnValuePositionDataLabel .
BarColumnValuePositionDataLabel(boolean showValue, boolean showPosition, boolean showSeries)
          Creates a new instance of BarColumnValuePositionDataLabel .
BarColumnValuePositionDataLabel(Font font, float fontSize, Color color, boolean showValue)
          Creates a new instance of BarColumnValuePositionDataLabel .
 
Method Summary
 DataLabelLocation getLocation()
          Gets DataLabelLocation object to use for the location of the data label.
 void setLocation(DataLabelLocation dataLabelLocation)
          Sets DataLabelLocation object to use for the location of the data label.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.ValuePositionDataLabel
getShowPosition, getShowSeries, getShowValue, setShowPosition, setShowSeries, setShowValue
 
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

BarColumnValuePositionDataLabel

public BarColumnValuePositionDataLabel(boolean showValue)
Creates a new instance of BarColumnValuePositionDataLabel .

Parameters:
showValue - Visible status of the series value.

BarColumnValuePositionDataLabel

public BarColumnValuePositionDataLabel(boolean showValue,
                                       boolean showSeries)
Creates a new instance of BarColumnValuePositionDataLabel .

Parameters:
showValue - Visible status of the series value.
showSeries - Visible status of the series name.

BarColumnValuePositionDataLabel

public BarColumnValuePositionDataLabel(boolean showValue,
                                       boolean showPosition,
                                       boolean showSeries)
Creates a new instance of BarColumnValuePositionDataLabel .

Parameters:
showValue - Visible status of the series value.
showPosition - Visible status for the position of the series value.
showSeries - Visible status of the series name.

BarColumnValuePositionDataLabel

public BarColumnValuePositionDataLabel(Font font,
                                       float fontSize,
                                       Color color,
                                       boolean showValue)
Creates a new instance of BarColumnValuePositionDataLabel .

Parameters:
font - Font of the percentage data label.
fontSize - Size of the percentage data label.
color - Colorof the percentage data label.
showValue - Visible status of the series value.
Method Detail

getLocation

public DataLabelLocation getLocation()
Gets DataLabelLocation object to use for the location of the data label.

Returns:
the location of the data label.

setLocation

public void setLocation(DataLabelLocation dataLabelLocation)
Sets DataLabelLocation object to use for the location of the data label.

Parameters:
dataLabelLocation - the location of the data label.

DynamicPDF by ceTe Software

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