Trendlines Interface

A collection of all the Trendline objects for the specified series.

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

Syntax

'Declaration
<GuidAttribute("54B7061A-D56C-40E5-B85B-58146446C782")> _
Public Interface Trendlines _
    Inherits IEnumerable
'Usage
Dim instance As Trendlines
[GuidAttribute("54B7061A-D56C-40E5-B85B-58146446C782")]
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.Word Namespace