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
Wiki Markup
{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|Worksheet.Charts].{excerpt}
{signature:C#}
[DefaultMember("Item")]
 public sealed class Charts : System.Collections.Generic.IEnumerable<Chart>
{signature}{signature:vb.net}
<DefaultMember("Item")> _
	Public NotInheritable Class Charts
		Implements System.Collections.Generic.IEnumerable(Of Chart)
{signature}
{properties}
||Name||Description||
|[Count|Charts.Count]|{excerpt-include:Charts.Count|nopanel=true}|
{indexers}
||Name||Description||
|[Item(Int32)|Charts.Item(Int32)]|{excerpt-include:Charts.Item(Int32)|nopanel=true}|
|[Item(String)|Charts.Item(String)]|{excerpt-include:Charts.Item(String)|nopanel=true}|
{methods}
||Name||Description||
|[AddChart(Chart, Anchor)|Charts.AddChart(Chart, Anchor)]|{excerpt-include:Charts.AddChart(Chart, Anchor)|nopanel=true}|
|[CreateChart(ChartType, Anchor)|Charts.CreateChart(ChartType, Anchor)]|{excerpt-include:Charts.CreateChart(ChartType, Anchor)|nopanel=true}|
|[GetEnumerator()|Charts.GetEnumerator()]|{excerpt-include:Charts.GetEnumerator()|nopanel=true}|
|[Remove(Chart)|Charts.Remove(Chart)]|{excerpt-include:Charts.Remove(Chart)|nopanel=true}|
|[Remove(Int32)|Charts.Remove(Int32)]|{excerpt-include:Charts.Remove(Int32)|nopanel=true}|