| 
 | 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.ValuePositionDataLabel
com.cete.dynamicpdf.pageelements.charting.BarColumnValuePositionDataLabel
public class BarColumnValuePositionDataLabel
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:
 
| 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 DataLabelLocationobject to use for the location of the data label. | 
|  void | setLocation(DataLabelLocation dataLabelLocation)Sets DataLabelLocationobject 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 | 
|---|
public BarColumnValuePositionDataLabel(boolean showValue)
BarColumnValuePositionDataLabel .
showValue - Visible status of the series value.
public BarColumnValuePositionDataLabel(boolean showValue,
                                       boolean showSeries)
BarColumnValuePositionDataLabel .
showValue - Visible status of the series value.showSeries - Visible status of the series name.
public BarColumnValuePositionDataLabel(boolean showValue,
                                       boolean showPosition,
                                       boolean showSeries)
BarColumnValuePositionDataLabel .
showValue - Visible status of the series value.showPosition - Visible status for the position of the series value.showSeries - Visible status of the series name.
public BarColumnValuePositionDataLabel(Font font,
                                       float fontSize,
                                       Color color,
                                       boolean showValue)
BarColumnValuePositionDataLabel .
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 | 
|---|
public DataLabelLocation getLocation()
DataLabelLocation object to use for the location of the data label.
public void setLocation(DataLabelLocation dataLabelLocation)
DataLabelLocation object to use for the location of the data label.
dataLabelLocation - the location of the data label.| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||