Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

Trendlines is a collection of all Trendline objects associated with a data series in a chart. To return a Trendlines collection, use Series.Trendlines .

C#
vb.net

Properties

Name

Description

Count

Returns the number of Trendline objects in the Trendlines collection.

Indexers

Name

Description

Item(Int32)

Returns the Trendline object at the specified 0-based index.

Methods

Name

Description

CreateTrendline(Regression)

Creates a new Trendline object that is automatically added to the Trendlines collection.

GetEnumerator()

Returns an IEnumerator for the Trendlines in a Series

Remove(Int32)

Removes the Trendline at the specified index from the collection.

Remove(Trendline)

Removes the specified Trendline from the collection.
  • No labels