Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

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

Signature
C#C#
Wiki Markup
{description}
{excerpt}The [ChartTextCollection|ChartTextCollection] contains all [ChartText|ChartText] objects in the specified chart..{excerpt}
{signature:C#}
[DefaultMember("Item")]
 public abstract interface ChartTextCollection
Signature
{signature}{signature:vb.net
vb.net
}
<DefaultMember("Item")> _
	Public MustInherit Interface ChartTextCollection
	End Interface
Properties

...

Name

...

Description

...

Count

{signature}
{properties}
||Name||Description||
|[Count|ChartTextCollection.Count]|{excerpt-include

...

:ChartTextCollection.Count

...

Indexers

...

Name

...

Description

|nopanel=true}|
{indexers}
||Name||Description||
|[Item(Int32)

...

|ChartTextCollection.Item(Int32)

...

]|{excerpt-include:ChartTextCollection.Item(Int32)

...

|nopanel

...

Methods

...

Name

...

Description

=true}|
{methods}
||Name||Description||
|[AddChartText(ChartText)

...

|ChartTextCollection.AddChartText(ChartText)

...

]|{excerpt-include:ChartTextCollection.AddChartText(ChartText)

...

|nopanel

...

=true}|
|[CreateChartText()

...

|ChartTextCollection.CreateChartText()

...

]|{excerpt-include:ChartTextCollection.CreateChartText()

...

|nopanel

...

=true}|
|[CreateChartText(String)

...

|ChartTextCollection.CreateChartText(String)

...

]|{excerpt-include:ChartTextCollection.CreateChartText(String)

...

|nopanel

...

=true}|
|[Remove(ChartText)

...

|ChartTextCollection.Remove(ChartText)

...

]|{excerpt-include:ChartTextCollection.Remove(ChartText)

...

|nopanel

...

=true}|
|[Remove(Int32)

...

|ChartTextCollection.Remove(Int32)

...

]|{excerpt-include:ChartTextCollection.Remove(Int32)

...

|nopanel

...

=true}|