Name | Description | |
---|---|---|
delete | Deletes the object. | |
getAutoText | Gets whether the object automatically generates appropriate text based on context. | |
getDirection | Gets the text direction. | |
getFont | Gets the IFontFormat object that represents the font of the specifiedobject. | |
getFormat | Returns the IChartFormat object. | |
getNumberFormat | Gets the format code for the object. | |
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). | |
getOrientation | Gets the text orientation. | |
getParent | Returns the parent object for the specified object. The return value type changes from IPoint to object in version 7.0.0.This breaking change will cause a compilation failure or runtime error. The return value could be IPoint or ITrendline. | |
getPosition | Gets the position of the data label. | |
getSeparator | Gets an object that represents the separator used for the data label on a chart. | |
getShowBubbleSize | Gets whether to show the bubble size (True to show the bubble size for the data label on a chart; False to hide). | |
getShowCategoryName | Gets whether to show the category name (True to display the category name for the data label on a chart; False to hide). | |
getShowLegendKey | Gets whether the data label legend key is visible. | |
getShowPercentage | Gets whether to display the percentage (True to display the percentage value for the data label on a chart; False to hide). | |
getShowSeriesName | Gets 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. | |
getShowValue | Gets a Boolean that corresponds to a specified chart's data label value display behavior. True displays the values. False to hide. | |
getText | Gets the text for the specified object. | |
getTextFrame | Returns the ITextFrame object that contains the text and font styleproperties for the specified data label. | |
setAutoText | Sets whether the object automatically generates appropriate text based on context. | |
setDirection | Sets the text direction. | |
setNumberFormat | Sets the format code for the object. | |
setNumberFormatLinked | 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). | |
setOrientation | Sets the text orientation. Can be an integer value from ¨C90 to 90 degrees. | |
setPosition | Sets the position of the data label. | |
setSeparator | Sets an object that represents the separator used for the data label on a chart. | |
setShowBubbleSize | Sets whether to show the bubble size (True to show the bubble size for the data label on a chart; False to hide). | |
setShowCategoryName | Sets whether to show the category name (True to display the category name for the data label on a chart; False to hide). | |
setShowLegendKey | Sets whether the data label legend key is visible. | |
setShowPercentage | Sets whether to display the percentage (True to display the percentage value for the data label on a chart; False to hide). | |
setShowSeriesName | ||
setShowValue | Sets a Boolean that corresponds to a specified chart's data label value display behavior. True displays the values. False to hide. | |
setText | Sets the text for the specified object. |