DataLabel Members

Include Protected Members
Include Inherited Members

Represents the data label on a chart point or trendline.

The DataLabel type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the Microsoft Excel application. Read-only.
Public property AutoScaleFont True if the text in the object changes font size when the object size changes. The default value is True.
Public property AutoText True if the object automatically generates appropriate text based on context. Read/write Boolean.
Public property Border Returns a Border object that represents the border of the object.
Public property Caption The data label text. Read/write String.
Public property Characters Returns a Characters object that represents a range of characters within the object text. You can use the Characters object to format characters within a text string.
Public property Creator Returns a 32-bit integer that indicates the application in which this object was created. If the object was created in Microsoft Excel, this property returns the string XCEL, which is equivalent to the hexadecimal number 5843454C. Read-only XlCreator.
Public property Fill Returns a FillFormat object for a specified shape or a ChartFillFormat object for a specified chart that contains fill formatting properties for the shape or chart. Read-only.
Public property Font Returns a Font object that represents the font of the specified object.
Public property Format Returns the ChartFormat object. Read-only.
Public property Formula Gets or sets a value that represents the formula of the object using A1-style notation, in English.
Public property FormulaLocal Gets or sets a value that represents the formula of the object using A1-style notation, in the language of the user.
Public property FormulaR1C1 Gets or sets a value that represents the formula of the object using R1C1-style notation, in English.
Public property FormulaR1C1Local Gets or sets a value that represents the formula of the object using R1C1-style notation, in the language of the user.
Public property Height Gets the height, in points, of the object.
Public property HorizontalAlignment Returns or sets the horizontal alignment for the specified object.
Public property Interior Returns an Interior object that represents the interior of the specified object.
Public property Left The distance, in points, from the left edge of the object to the left edge of column A (on a worksheet) or the left edge of the chart area (on a chart). Read/write Double.
Public property Name Returns the name of the object. Read-only String.
Public property NumberFormat Returns or sets the format code for the object. Read/write String.
Public property NumberFormatLinked True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells). Read/write Boolean.
Public property NumberFormatLocal Returns or sets the format code for the object as a string in the language of the user. Read/write Object.
Public property Orientation The text orientation. Can be an integer value from –90 to 90 degrees.
Public property Parent Returns the parent object for the specified object. Read-only.
Public property Position Returns or sets the position of the data label. Read/write XlDataLabelPosition.
Public property ReadingOrder Returns or sets the reading order for the specified object. Can be one of the following constants: xlRTL (right-to-left), xlLTR (left-to-right), or xlContext. Read/write Integer.
Public property Separator Sets or returns an Object representing the separator used for the data labels on a chart. Read/write.
Public property Shadow True if the object has a shadow. Read/write Boolean.
Public property ShowBubbleSize True to show the bubble size for the data labels on a chart. False to hide. Read/write Boolean.
Public property ShowCategoryName True to display the category name for the data labels on a chart. False to hide. Read/write Boolean.
Public property ShowLegendKey True if the data label legend key is visible. Read/write Boolean.
Public property ShowPercentage True to display the percentage value for the data labels on a chart. False to hide. Read/write Boolean.
Public property ShowSeriesName 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.
Public property ShowValue Returns or sets a Boolean corresponding to a specified chart's data label values display behavior. True displays the values. False to hide. Read/write.
Public property Text Returns or sets the text for the specified object. Read-only String.
Public property Top The distance, in points, from the top edge of the object to the top of row 1 (on a worksheet) or the top of the chart area (on a chart). Read/write Double.
Public property Type Returns or sets the label type. Read/write Object.
Public property VerticalAlignment Returns or sets the vertical alignment of the specified object.
Public property Width Gets the width, in points, of the object.

Top

Methods

  Name Description
Public method Delete Deletes the object.
Public method Select Selects the object.

Top

See Also

Reference

DataLabel Interface

Microsoft.Office.Interop.Excel Namespace