public interface IDataLabelFormat extends IFormattedTextContainer
Modifier and Type | Method and Description |
---|---|
IFormat |
getFormat()
Represents the format of the data label.
|
java.lang.String |
getNumberFormat()
Represents the format string for the DataLabels object.
|
int |
getPosition()
Represents the position of the data label.
|
java.lang.String |
getSeparator()
Sets or returns a Variant representing the separator used for the data labels on a chart.
|
boolean |
getShowBubbleSize()
Represents a specified chart's data label bubble size value display behavior.
|
boolean |
getShowCategoryName()
Represents a specified chart's data label category name display behavior.
|
boolean |
getShowLabelAsDataCallout()
Determines either specified chart's data label will be displayed as data callout or as data label.
|
boolean |
getShowLabelValueFromCell()
Represents a specified chart's data label cell value display behavior.
|
boolean |
getShowLeaderLines()
Represents a specified chart's data label leader lines display behavior.
|
boolean |
getShowLegendKey()
Represents a specified chart's data label legend key display behavior.
|
boolean |
getShowPercentage()
Represents a specified chart's data label percentage value display behavior.
|
boolean |
getShowSeriesName()
Returns or sets a Boolean to indicate the series name display behavior for the data labels on a chart.
|
boolean |
getShowValue()
Represents a specified chart's data label percentage value display behavior.
|
boolean |
isNumberFormatLinkedToSource()
Read/write
boolean . |
void |
setNumberFormat(java.lang.String value)
Represents the format string for the DataLabels object.
|
void |
setNumberFormatLinkedToSource(boolean value)
Read/write
boolean . |
void |
setPosition(int value)
Represents the position of the data label.
|
void |
setSeparator(java.lang.String value)
Sets or returns a Variant representing the separator used for the data labels on a chart.
|
void |
setShowBubbleSize(boolean value)
Represents a specified chart's data label bubble size value display behavior.
|
void |
setShowCategoryName(boolean value)
Represents a specified chart's data label category name display behavior.
|
void |
setShowLabelAsDataCallout(boolean value)
Determines either specified chart's data label will be displayed as data callout or as data label.
|
void |
setShowLabelValueFromCell(boolean value)
Represents a specified chart's data label cell value display behavior.
|
void |
setShowLeaderLines(boolean value)
Represents a specified chart's data label leader lines display behavior.
|
void |
setShowLegendKey(boolean value)
Represents a specified chart's data label legend key display behavior.
|
void |
setShowPercentage(boolean value)
Represents a specified chart's data label percentage value display behavior.
|
void |
setShowSeriesName(boolean value)
Returns or sets a Boolean to indicate the series name display behavior for the data labels on a chart.
|
void |
setShowValue(boolean value)
Represents a specified chart's data label percentage value display behavior.
|
getTextFormat
getChart
getSlide
getPresentation
boolean isNumberFormatLinkedToSource()
Read/write boolean
.
void setNumberFormatLinkedToSource(boolean value)
Read/write boolean
.
java.lang.String getNumberFormat()
Represents the format string for the DataLabels object.
Read/write String
.
void setNumberFormat(java.lang.String value)
Represents the format string for the DataLabels object.
Read/write String
.
IFormat getFormat()
Represents the format of the data label.
Read-only IFormat
.
int getPosition()
Represents the position of the data label.
Read/write LegendDataLabelPosition
.
void setPosition(int value)
Represents the position of the data label.
Read/write LegendDataLabelPosition
.
boolean getShowLegendKey()
Represents a specified chart's data label legend key display behavior.
True if the data label legend key is visible.
Read/write boolean
.
void setShowLegendKey(boolean value)
Represents a specified chart's data label legend key display behavior.
True if the data label legend key is visible.
Read/write boolean
.
boolean getShowValue()
Represents a specified chart's data label percentage value display behavior.
True displays the percentage value. False to hide.
Read/write boolean
.
void setShowValue(boolean value)
Represents a specified chart's data label percentage value display behavior.
True displays the percentage value. False to hide.
Read/write boolean
.
boolean getShowCategoryName()
Represents a specified chart's data label category name display behavior.
True to display the category name for the data labels on a chart. False to hide.
Read/write boolean
.
void setShowCategoryName(boolean value)
Represents a specified chart's data label category name display behavior.
True to display the category name for the data labels on a chart. False to hide.
Read/write boolean
.
boolean getShowSeriesName()
Returns or sets a Boolean to indicate the series name display behavior for the data labels on a chart.
True to show the series name. False to hide.
Read/write boolean
.
void setShowSeriesName(boolean value)
Returns or sets a Boolean to indicate the series name display behavior for the data labels on a chart.
True to show the series name. False to hide.
Read/write boolean
.
boolean getShowPercentage()
Represents a specified chart's data label percentage value display behavior.
True displays the percentage value. False to hide.
Read/write boolean
.
void setShowPercentage(boolean value)
Represents a specified chart's data label percentage value display behavior.
True displays the percentage value. False to hide.
Read/write boolean
.
boolean getShowBubbleSize()
Represents a specified chart's data label bubble size value display behavior.
True displays the bubble size value. False to hide.
Read/write boolean
.
void setShowBubbleSize(boolean value)
Represents a specified chart's data label bubble size value display behavior.
True displays the bubble size value. False to hide.
Read/write boolean
.
boolean getShowLeaderLines()
Represents a specified chart's data label leader lines display behavior.
True displays the leader lines. False to hide.
Read/write boolean
.
void setShowLeaderLines(boolean value)
Represents a specified chart's data label leader lines display behavior.
True displays the leader lines. False to hide.
Read/write boolean
.
boolean getShowLabelAsDataCallout()
Determines either specified chart's data label will be displayed as data callout or as data label.
void setShowLabelAsDataCallout(boolean value)
Determines either specified chart's data label will be displayed as data callout or as data label.
boolean getShowLabelValueFromCell()
Represents a specified chart's data label cell value display behavior.
True displays cell value. False to hide.
Read/write boolean
.
void setShowLabelValueFromCell(boolean value)
Represents a specified chart's data label cell value display behavior.
True displays cell value. False to hide.
Read/write boolean
.
java.lang.String getSeparator()
Sets or returns a Variant representing the separator used for the data labels on a chart.
Read/write String
.
void setSeparator(java.lang.String value)
Sets or returns a Variant representing the separator used for the data labels on a chart.
Read/write String
.