Message-ID: <9840958.8557.1711649889856.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8556_1508746162.1711649889856" ------=_Part_8556_1508746162.1711649889856 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Trendlines

Trendlines

Description

=20

Trendlines is a collection of al= l Trendline objects associated with = a data series in a chart. To return a Trendlines collection, u= se Series.Trendlines .

= =20
C#
=20
[DefaultMember("Item")]
 public sealed class Trendlines : System.Collections.Generic.IEnumerable<=
;Trendline>
=20
=20
vb.net
=20
<DefaultMember("Item")> _
=09Public NotInheritable Class Trendlines
=09=09Implements System.Collections.Generic.IEnumerable(Of Trendline)
=20
=20

Properties

=20
=20 =20 =20 =20 =20 =20 =20 =20 =20

Name

Description

Cou= nt

Returns the number of Trendline objects in the T= rendlines collection.
=20

Indexers

=20
=20 =20 =20 =20 =20 =20 =20 =20 =20

Name

Description

Item(Int32)

Returns the T= rendline object at the specified 0-based index.
=20

Methods

=20
=20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20

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 T= rendline at the specified index from the collection.

Remove(Trendline)

Removes the specified Trendline from the collection.
------=_Part_8556_1508746162.1711649889856--