public interface IDataLabel
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes the object.
|
boolean |
getAutoText()
Gets whether the object automatically generates appropriate text based on
context.
|
IFontFormat |
getFont()
Gets the
IFontFormat object that represents the font of the specified
object. |
IChartFormat |
getFormat()
Returns the
IChartFormat object. |
java.lang.String |
getNumberFormat()
Gets the format code for the object.
|
boolean |
getNumberFormatLinked()
Gets whether the number format is linked to the cells (so that the number
format changes in the labels when it changes in the cells).
|
int |
getOrientation()
Gets the text orientation.
|
IPoint |
getParent()
Returns the parent object for the specified object.
|
DataLabelPosition |
getPosition()
Gets the position of the data label.
|
java.lang.String |
getSeparator()
Gets an object that represents the separator used for the data labels on a
chart.
|
boolean |
getShowBubbleSize()
Gets whether to show the bubble size (True to show the bubble size for the
data labels on a chart; False to hide).
|
boolean |
getShowCategoryName()
Gets whether to show the category name (True to display the category name for
the data labels on a chart; False to hide).
|
boolean |
getShowLegendKey()
Sets whether the data label legend key is visible.
|
boolean |
getShowPercentage()
Gets whether to display the percentage (True to display the percentage value
for the data labels on a chart; False to hide).
|
boolean |
getShowSeriesName()
Gets a Boolean to indicate the series name display behavior for the data
labels on a chart.
|
boolean |
getShowValue()
Gets a Boolean that corresponds to a specified chart's data label values
display behavior.
|
java.lang.String |
getText()
Gets the text for the specified object.
|
ITextFrame |
getTextFrame()
Returns the
ITextFrame object that contains the text and font style
properties for the specified data label. |
void |
setAutoText(boolean value)
Sets whether the object automatically generates appropriate text based on
context.
|
void |
setNumberFormat(java.lang.String value)
Sets the format code for the object.
|
void |
setNumberFormatLinked(boolean value)
Sets whether the number format is linked to the cells (so that the number
format changes in the labels when it changes in the cells).
|
void |
setOrientation(int value)
Sets the text orientation.
|
void |
setPosition(DataLabelPosition value)
Sets the position of the data label.
|
void |
setSeparator(java.lang.String value)
Sets an object that represents the separator used for the data labels on a
chart.
|
void |
setShowBubbleSize(boolean value)
Sets whether to show the bubble size (True to show the bubble size for the
data labels on a chart; False to hide).
|
void |
setShowCategoryName(boolean value)
Sets whether to show the category name (True to display the category name for
the data labels on a chart; False to hide).
|
void |
setShowLegendKey(boolean value)
Gets whether the data label legend key is visible.
|
void |
setShowPercentage(boolean value)
Sets whether to display the percentage (True to display the percentage value
for the data labels on a chart; False to hide).
|
void |
setShowSeriesName(boolean value)
Sets a Boolean to indicate the series name display behavior for the data
labels on a chart.
|
void |
setShowValue(boolean value)
Sets a Boolean that corresponds to a specified chart's data label values
display behavior.
|
void |
setText(java.lang.String value)
Sets the text for the specified object.
|
boolean getAutoText()
void setAutoText(boolean value)
IFontFormat getFont()
IFontFormat object that represents the font of the specified
object.IChartFormat getFormat()
IChartFormat object.java.lang.String getNumberFormat()
void setNumberFormat(java.lang.String value)
boolean getNumberFormatLinked()
void setNumberFormatLinked(boolean value)
IPoint getParent()
DataLabelPosition getPosition()
void setPosition(DataLabelPosition value)
java.lang.String getSeparator()
void setSeparator(java.lang.String value)
boolean getShowBubbleSize()
void setShowBubbleSize(boolean value)
boolean getShowCategoryName()
void setShowCategoryName(boolean value)
boolean getShowLegendKey()
void setShowLegendKey(boolean value)
boolean getShowPercentage()
void setShowPercentage(boolean value)
boolean getShowSeriesName()
void setShowSeriesName(boolean value)
boolean getShowValue()
void setShowValue(boolean value)
java.lang.String getText()
void setText(java.lang.String value)
int getOrientation()
void setOrientation(int value)
ITextFrame getTextFrame()
ITextFrame object that contains the text and font style
properties for the specified data label.void delete()