In This Topic
Represents a collection of all the
IDataLabel objects for thespecified series. Each DataLabel object represents a data label for a point or trendline. For a series without definable points (such as an area series), the DataLabels collection contains a single data label.
Syntax
public interface IDataLabels
implements java.lang.Iterable
|
See Also