Name | Description | |
---|---|---|
![]() | get | Returns a single object from the collection. |
![]() | getAutoText | Gets whether the object automatically generates appropriate text based on context. |
![]() | getCount | Returns the number of objects in the collection. |
![]() | getDirection | Gets the text direction. |
![]() | getFont | Returns the IFontFormat object that represents the font of thespecified object. |
![]() | getFormat | Returns the IChartFormat object. |
![]() | getLeaderLines | Returns leader lines of the data label. |
![]() | 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. |
![]() | getPosition | Gets the position of the data labels. |
![]() | getSeparator | Gets an object that represents the separator used for the data labels on a chart. |
![]() | getShowBubbleSize | Gets whether to show the bubble size (True to show the bubble size for the data labels on a chart; False to hide). |
![]() | getShowCategoryName | Gets whether to show the category name (True to display the category name for the data labels on a chart; False to hide). |
![]() | getShowLeaderLines | Gets a Boolean that corresponds to a specified chart's data label values display behavior. True displays the leader lines. |
![]() | getShowLegendKey | Gets whether the data labels legend key is visible. |
![]() | getShowPercentage | Gets whether to display a percentage (True to display the percentage value for the data labels 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 values display behavior. True displays the values. |
![]() | 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 –90 to 90 degrees. |
![]() | setPosition | Sets the position of the data labels. |
![]() | setSeparator | Sets an object that represents the separator used for the data labels on a chart. |
![]() | setShowBubbleSize | Sets whether to show the bubble size (True to show the bubble size for the data labels on a chart; False to hide). |
![]() | setShowCategoryName | Sets whether to show the category name (True to display the category name for the data labels on a chart; False to hide). |
![]() | setShowLeaderLines | Sets a Boolean that corresponds to a specified chart's data label values display behavior. True displays the leader lines. |
![]() | setShowLegendKey | Sets whether the data labels legend key is visible. |
![]() | setShowPercentage | Sets whether to display a percentage (True to display the percentage value for the data labels on a chart; False to hide). |
![]() | setShowSeriesName | 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. |
![]() | setShowValue | Sets a Boolean that corresponds to a specified chart's data label values display behavior. True displays the values. |