Trendline Interface

Represents a trendline in a chart.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("92D41A79-F07E-4CA4-AF6F-BEF486AA4E6F")> _
Public Interface Trendline
'Usage
Dim instance As Trendline
[GuidAttribute("92D41A79-F07E-4CA4-AF6F-BEF486AA4E6F")]
public interface Trendline

Remarks

A trendline shows the trend, or direction, of data in a series. The Trendline object is a member of the Trendlines collection. The Trendlines collection contains all the Trendline objects for a single series.

See Also

Reference

Trendline Members

Microsoft.Office.Interop.PowerPoint Namespace