Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

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

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

Properties

Name

Description

Count

Returns number of ChartText objects in the collection.

Indexers

Name

Description

Item(Int32)

Returns the ChartText object at the specified index.

Methods

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.
  • No labels