[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.ITrendlines

ITrendlines Interface

Represents a collection of all ITrendline objects for the specified series. Each Trendline object represents a trendline in a chart. A trendline shows the trend, or direction, of data in a series.

Namespace: GrapeCity.Documents.Excel.Drawing
Assembly: DS.Documents.Excel.dll
Syntax
public interface ITrendlines : IEnumerable<ITrendline>, IEnumerable
Public Interface ITrendlines
    Inherits IEnumerable(Of ITrendline), IEnumerable

Properties

Name Description
Count

Returns the number of objects in the collection.

this[int]

Returns a single object from a collection.

Parent

Returns the parent object for the specified object.

Methods

Name Description
Add()

Creates a new trendline.