Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

The Charts collection contains all charts in the specified worksheet. Chart sheets are not included in this collection. To return a Charts collection, use Worksheet.Charts.

Signature
C#
C#
[DefaultMember("Item")]
 public sealed class Charts : System.Collections.Generic.IEnumerable<Chart>
{signature}{signature:
}
Signature
vb.net
vb.net
<DefaultMember("Item")> _
	Public NotInheritable Class Charts
		Implements System.Collections.Generic.IEnumerable(Of Chart)
{signature}
{properties}
||Name||Description||
|[Count|Charts.Count]|{
Properties

Name

Description

Count

Excerpt Include

...

Charts.Count

...

Charts.Count
nopaneltrue
Indexers

Name

Description

Item(Int32)

...

Excerpt Include
Charts.Item(Int32)

...

Charts.Item(Int32)

...

nopanel

...

...

Excerpt Include
Charts.Item(String)

...

Charts.Item(String)

...

nopanel

...

true
Methods

Name

Description

AddChart(Chart,

...

...

Excerpt Include
Charts.AddChart(Chart,

...

Anchor)

...

Charts.AddChart(Chart,

...

Anchor)

...

nopanel

...

...

...

Excerpt Include
Charts.CreateChart(ChartType,

...

Anchor)

...

Charts.CreateChart(ChartType,

...

Anchor)

...

nopanel

...

...

Excerpt Include
Charts.GetEnumerator()

...

Charts.GetEnumerator()

...

nopanel

...

...

Excerpt Include
Charts.Remove(Chart)

...

Charts.Remove(Chart)

...

nopanel

...

...

Excerpt Include
Charts.Remove(Int32)

...

Charts.Remove(Int32)

...

nopanel

...

true

...