Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / IDataLabels Interface
Members
In This Topic
    IDataLabels Interface
    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