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

ChartTextCollection

Description

=20

The ChartTextCollection contains all ChartText objects in= the specified chart..

=20
C#
=20
[DefaultMember("Item")]
 public abstract interface ChartTextCollection
=20
=20
vb.net
=20
<DefaultMember("Item")> _
=09Public MustInherit Interface ChartTextCollection
=09End Interface
=20
=20

Properties

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

Name

Description

Count

Returns number of ChartText objects in the collection.
=20

Indexers

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

Name

Description

Item(Int32)

Returns the = ChartText object at the specified 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 =20 =20 =20 =20

Name

Description

AddChartText(ChartText)

Adds an existing ChartText object to this ChartTextCollection.

CreateChartText()

Create a new blank ChartText object which is automatically added to the ChartTextCollection.

CreateChartText(String)

Create a new ChartText object with the specified string as its text. The new object= is automatically added to the ChartTextCollection.

Remove(ChartText)

Permanently removes a ChartText object from the collection.

Remove(Int32)

Permanently removes a ChartText object from the collection.
------=_Part_7806_2121222536.1711621967798--