Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IDataLabels Interface
Members
In This Topic
    IDataLabels Interface
    In This Topic
    Represents a collection of all the IDataLabel objects for the specified 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.
    Object Model
    IDataLabels Interface
    Syntax
    [System.Reflection.DefaultMember("Item")]
    public interface IDataLabels 
    See Also