DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements.charting
Class BarColumnPercentageDataLabel

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

public class BarColumnPercentageDataLabel
extends PercentageDataLabel

Represents the Data label position.

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


Constructor Summary
BarColumnPercentageDataLabel(boolean showValue)
          Creates a new instance of BarColumnPercentageDataLabel .
BarColumnPercentageDataLabel(boolean showValue, boolean showSeries)
          Creates a new instance of BarColumnPercentageDataLabel .
BarColumnPercentageDataLabel(boolean showValue, boolean showPosition, boolean showSeries)
          Creates a new instance of BarColumnPercentageDataLabel .
BarColumnPercentageDataLabel(boolean showValue, boolean showPercentage, boolean showPosition, boolean showSeries)
          Creates a new instance of BarColumnPercentageDataLabel .
BarColumnPercentageDataLabel(Font font, float fontSize, Color color, boolean showValue)
          Creates a new instance of BarColumnPercentageDataLabel .
 
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.PercentageDataLabel
getShowPercentage, getShowPosition, getShowSeries, getShowValue, setShowPercentage, 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

BarColumnPercentageDataLabel

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

Parameters:
showValue - Visible status of the series value.

BarColumnPercentageDataLabel

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

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

BarColumnPercentageDataLabel

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

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.

BarColumnPercentageDataLabel

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

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

BarColumnPercentageDataLabel

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

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