Trendlines Interface

Represents a collection of all the Trendline objects for the specified series.

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

Syntax

'Declaration
<GuidAttribute("92D41A7A-F07E-4CA4-AF6F-BEF486AA4E6F")> _
Public Interface Trendlines _
    Inherits IEnumerable
'Usage
Dim instance As Trendlines
[GuidAttribute("92D41A7A-F07E-4CA4-AF6F-BEF486AA4E6F")]
public interface Trendlines : IEnumerable

Remarks

Each Trendline object represents a trendline in a chart. A trendline shows the trend, or direction, of data in a series.

See Also

Reference

Trendlines Members

Microsoft.Office.Interop.PowerPoint Namespace