Click or drag to resize

ChartDataLabelCollection Properties

The ChartDataLabelCollection type exposes the following members.

Properties
Name Description
Public property BubbleSizeVisible
Indicates chart's data label bubble size value display behavior. Read/write Boolean .
Public property CategoryNameVisible
Indicates chart's data label category name display behavior. Read/write Boolean .
Public property Count
Gets the number of elements actually contained in the collection. Read-only Int32 .
Public property DataLabelShapeType
Gets or sets shape type of data labels. Read/write DataLabelShapeType .
Public property Effect
Gets effects used for a chart. Read-only EffectDag .
Public property Effect3D
Gets 3D format of a chart. Read-only FormatThreeD .
Public property Fill
Gets fill style properties of a chart. Read-only FillFormat .
Public property HasDataSource
Gets and sets a reference to the worksheet
Public property IsDelete
Gets or sets delete flag.
Public property Item
Gets the element at the specified index. Read-only ChartDataLabel .
Public property LabelValueVisible
Indicates chart's data label value display behavior. Read/write Boolean .
Public property LeaderLines
Public property LeaderLinesVisible
Indicates chart's data label leader line display behavior. Read/write Boolean .
Public property LegendKeyVisible
Indicates chart's data label legend key display behavior. Read/write Boolean .
Public property Line
Gets line style properties of a chart.
Public property NumberFormat
Represents the format string for the DataLabels object. Read/write String .
Public property PercentValueVisible
Indicates chart's data label percentage value display behavior. Read/write Boolean .
Public property Position
Represents the position of the data lable. Read/write DataLabelPosition .
Public property Separator
Sets or returns a Variant representing the separator used for the data labels on a chart. Read/write String .
Public property SeriesNameVisible
Gets or sets a Boolean to indicate the series name display behavior for the data labels on a chart. Read/write Boolean .
Public property TextProperties
Gets a text properties of this data labels Readonly TextFrameProperties .
Top
See Also