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

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

Signature
C#
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
{signature}
{parameters}
{param:name}The name of the chart to retrieve{param}
{returns}The chart with the specified name.{returns}
Parameters
Param
name
name

The name of the chart to retrieve

Returns

The chart with the specified name.