Page tree

Versions Compared

Key

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

Excerpt

Returns the chart with the specified name in the Charts collection.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Returns the chart with the specified name in the [Charts|Charts] collection.{excerpt}
{signature:C#}
 public Chart this[System.String name] { get; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Default ReadOnly Property Item(ByVal name As String) As Chart
Parameters
Param
namename

The name of the chart to retrieve

Returns
The chart with the specified name.
{signature}
{parameters}
{param:name}The name of the chart to retrieve{param}
{returns}The chart with the specified name.{returns}