Series.DataLabels(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an object that represents either a single data label (a DataLabel object) or a collection of all the data labels for the series (a DataLabels collection).
public object DataLabels (object Index);
abstract member DataLabels : obj -> obj
Public Function DataLabels (Optional Index As Object) As Object
Parameters
- Index
- Object
The number of the data label.
Returns
An Object that represents either a single data label (a DataLabel object) or a collection of all the data labels for the series (a DataLabels collection).
Remarks
If the series has the Show Value option turned on for the data labels, the returned collection can contain up to one label for each point. Data labels can be turned on or off for individual points in the series.
If the series is on an area chart and has the Show Label option turned on for the data labels, the returned collection contains only a single label, which is the label for the area series.