Trendline Interface 

Represents a trendline in a chart. A trendline shows the trend, or direction, of data in a series.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Public Class rendlineImplementation
    Implements Trendline
End Class
Dim rendlineImplementation1 As New rendlineImplementation()

Syntax

Public Interface Trendline
public interface Trendline
public interface class Trendline
public interface Trendline
public interface Trendline

Remarks

The Trendline object is a member of the Trendlines collection. The Trendlines collection contains all the Trendline objects for a single series.

Use Trendlines(index), where index is the trendline index number, to return a single Trendline object.

The index number denotes the order in which the trendlines were added to the series. Trendlines(1) is the first trendline added to the series, and Trendlines(Trendlines.Count) is the last one added.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

Trendline Members