[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.ITrendlines

Interface ITrendlines

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

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.

public interface ITrendlines : IEnumerable<ITrendline>, IEnumerable
Inherited Members
System.Collections.Generic.IEnumerable<GrapeCity.Documents.Excel.Drawing.ITrendline>.GetEnumerator()

Properties

Count

Returns the number of objects in the collection.

int Count { get; }

Property Value

int

this[int]

Returns a single object from a collection.

ITrendline this[int index] { get; }

Parameters

index int

The index number for the object.

Property Value

ITrendline

The object at the specified index.

Parent

Returns the parent object for the specified object.

ISeries Parent { get; }

Property Value

ISeries

Methods

Add()

Creates a new trendline.

ITrendline Add()

Returns

ITrendline

Returns a ITrendline object.